Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:28
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:d_alloc_cursor

Proto:struct dentry *d_alloc_cursor(struct dentry *parent)

Type:struct dentry

Parameter:

TypeParameterName
struct dentry *parent
1794  dentry = d_alloc_anon( The root of the dentry tree )
1795  If dentry Then
1796  protected by d_lock |= DCACHE_DENTRY_CURSOR
1797  parent directory = get a reference to a dentry
1799  Return dentry
Caller
NameDescribe
dcache_dir_open