Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:snotify_xattr - extended attributes were changed

Proto:static inline void fsnotify_xattr(struct dentry *dentry)

Type:void

Parameter:

TypeParameterName
struct dentry *dentry
298  inode = Where the name belongs to - NULL is * negative
299  mask = Metadata changed
301  If S_ISDIR(i_mode) Then mask |= vent occurred against dir
304  Notify this dentry's parent about a child's events.
305  fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0)
Caller
NameDescribe
__vfs_setxattr_noperm__vfs_setxattr_noperm - perform setxattr operation without performing* permission checks
vfs_removexattr