Home
last modified time | relevance | path

Searched refs:fsnotify_xattr (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/
H A Dbpf_fs_kfuncs.c223 fsnotify_xattr(dentry); in bpf_set_dentry_xattr_locked()
260 fsnotify_xattr(dentry); in bpf_remove_dentry_xattr_locked()
H A Dxattr.c237 fsnotify_xattr(dentry); in __vfs_setxattr_noperm()
254 fsnotify_xattr(dentry); in __vfs_setxattr_noperm()
557 fsnotify_xattr(dentry); in __vfs_removexattr_locked()
H A Dposix_acl.c1137 fsnotify_xattr(dentry); in vfs_set_acl()
1245 fsnotify_xattr(dentry); in vfs_remove_acl()
/linux-6.15/include/linux/
H A Dfsnotify.h488 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr() function