Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:drop a dentry

Proto:void __d_drop(struct dentry *dentry)

Type:void

Parameter:

TypeParameterName
struct dentry *dentry
496  If Not d_unhashed - is dentry hashed*@dentry: entry to check* Returns true if the dentry passed is not currently hashed. Then
497  d_drop - drop a dentry*@dentry: dentry to drop* d_drop() unhashes the entry from the parent dentry hashes, so that it won't* be found through a VFS lookup any more
498  pprev = NULL
499  write_seqcount_invalidate - invalidate in-progress read-side seq operations*@s: pointer to seqcount_t* After write_seqcount_invalidate, no read-side seq operations will complete* successfully and see data older than this.
Caller
NameDescribe
d_drop
__dentry_kill
d_invalidateinvalidate a dentry
d_deletedelete a dentry