函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-29 10:37:31
Last Modify:2020-03-18 10:27:32 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_one_tree

函数原型:static void do_one_tree(struct dentry *dentry)

返回类型:void

参数:

类型参数名称
struct dentry *dentry
1603  收缩高速缓存区
1604  d_walk - walk the dentry tree*@parent: start of walk*@data: data passed to @enter() and @finish()*@enter: callback when first entering the dentry* The @enter() callbacks are called with d_lock held.
1605  d_drop(dentry)
1606  dput - release a dentry*@dentry: dentry to release * Release a dentry. This will drop the usage count and if appropriate* call the dentry unlink method as well as removing it from the queues and* releasing its resources
调用者
名称描述
shrink_dcache_for_umountdestroy the dentries attached to a superblock on unmounting