Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:snotify_rmdir - directory 'name' was removed* Caller must make sure that dentry->d_name is stable.

Proto:static inline void fsnotify_rmdir(struct inode *dir, struct dentry *dentry)

Type:void

Parameter:

TypeParameterName
struct inode *dir
struct dentry *dentry
222  WARN_ON_ONCE(d_is_negative(dentry))
224  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.
Caller
NameDescribe
vfs_rmdir