Searched refs:vfs_removexattr (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/include/linux/ |
D | xattr.h | 68 int vfs_removexattr(struct user_namespace *, struct dentry *, const char *);
|
/Linux-v5.15/fs/cachefiles/ |
D | xattr.c | 311 ret = vfs_removexattr(&init_user_ns, dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
|
/Linux-v5.15/fs/ |
D | xattr.c | 516 vfs_removexattr(struct user_namespace *mnt_userns, struct dentry *dentry, in vfs_removexattr() function 537 EXPORT_SYMBOL_GPL(vfs_removexattr); 821 return vfs_removexattr(mnt_userns, d, kname); in removexattr()
|
/Linux-v5.15/fs/overlayfs/ |
D | overlayfs.h | 213 int err = vfs_removexattr(&init_user_ns, dentry, name); in ovl_do_removexattr()
|
D | super.c | 808 err = vfs_removexattr(&init_user_ns, work, in ovl_workdir_create() 813 err = vfs_removexattr(&init_user_ns, work, in ovl_workdir_create()
|
D | inode.c | 375 err = vfs_removexattr(&init_user_ns, realdentry, name); in ovl_xattr_set()
|
/Linux-v5.15/fs/ksmbd/ |
D | vfs.c | 1084 return vfs_removexattr(user_ns, dentry, attr_name); in ksmbd_vfs_remove_xattr()
|