Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fsnotify.h Create Date:2022-07-28 11:57:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:snotify_inoderemove - an inode is going away

Proto:static inline void fsnotify_inoderemove(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
159  mask = Self was deleted
161  If S_ISDIR(i_mode) Then mask |= vent occurred against dir
164  fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0)
165  __fsnotify_inode_delete(inode)
Caller
NameDescribe
dentry_unlink_inodeRelease the dentry's inode, using the filesystem* d_iput() operation if defined.