Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:d_obtain_root - find or allocate a dentry for a given inode*@inode: inode to allocate the dentry for* Obtain an IS_ROOT dentry for the root of a filesystem.* We must ensure that directory inodes only ever have one dentry. If a

Proto:struct dentry *d_obtain_root(struct inode *inode)

Type:struct dentry

Parameter:

TypeParameterName
struct inode *inode
2113  Return __d_obtain_alias(inode, false)