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_alias - find or allocate a DISCONNECTED dentry for a given inode*@inode: inode to allocate the dentry for* Obtain a dentry for an inode resulting from NFS filehandle conversion or* similar open by handle operations

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

Type:struct dentry

Parameter:

TypeParameterName
struct inode *inode
2092  Return __d_obtain_alias(inode, true)
Caller
NameDescribe
generic_fh_to_dentrygeneric_fh_to_dentry - generic helper for the fh_to_dentry export operation*@sb: filesystem to do the file handle conversion on*@fid: file handle to convert*@fh_len: length of the file handle in bytes*@fh_type: type of file handle*@get_inode: filesystem
generic_fh_to_parentgeneric_fh_to_parent - generic helper for the fh_to_parent export operation*@sb: filesystem to do the file handle conversion on*@fid: file handle to convert*@fh_len: length of the file handle in bytes*@fh_type: type of file handle*@get_inode: filesystem