函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcookies.c Create Date:2022-07-29 11:11:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:free_dcookie

函数原型:static void free_dcookie(struct dcookie_struct *dcs)

返回类型:void

参数:

类型参数名称
struct dcookie_struct *dcs
279  d等于dentry
281  加自旋锁
282  protected by d_lock 与等于For use by dcookie subsystem 的反
283  自旋锁解锁
285  path_put - put a reference to a path*@path: path to put the reference to* Given a path decrement the reference count to the dentry and the vfsmount.
286  kmem_cache_free(dcookie_cache, dcs)
调用者
名称描述
dcookie_exit