Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:grab a hashed alias of inode

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

Type:struct dentry

Parameter:

TypeParameterName
struct inode *inode
1008  struct dentry * de = NULL
1010  If Not hlist_empty( & i_dentry) Then
1011  spin_lock( & _blocks, i_bytes, maybe i_size )
1012  de = d_find_alias - grab a hashed alias of inode*@inode: inode in question* If inode has a hashed alias, or is a directory and has any alias,* acquire the reference to alias and return it
1013  spin_unlock( & _blocks, i_bytes, maybe i_size )
1015  Return de
Caller
NameDescribe
inode_doinit_with_dentry
dump_common_audit_datadump_common_audit_data - helper to dump common audit data*@a : common audit data
block_dump___mark_inode_dirty