Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Notify this @dir inode about a change in the directory entry @dentry.* Unlike fsnotify_parent(), the event will be reported regardless of the* FS_EVENT_ON_CHILD mask on the parent inode.

Proto:static inline int fsnotify_dirent(struct inode *dir, struct dentry *dentry, __u32 mask)

Type:int

Parameter:

TypeParameterName
struct inode *dir
struct dentry *dentry
__u32mask
29  Return fsnotify(dir, mask, d_inode - Get the actual inode of this dentry*@dentry: The dentry to query* This is the helper normal filesystems should use to get at their own inodes* in their own dentries and ignore the layering superimposed upon them., FSNOTIFY_EVENT_INODE, & d_name, 0)