Searched refs:vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/linux/ |
D | xattr.h | 68 int vfs_removexattr(struct user_namespace *, struct dentry *, const char *);
|
/Linux-v6.1/fs/cachefiles/ |
D | xattr.c | 153 ret = vfs_removexattr(&init_user_ns, dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
|
/Linux-v6.1/fs/ |
D | xattr.c | 527 vfs_removexattr(struct user_namespace *mnt_userns, struct dentry *dentry, in vfs_removexattr() function 548 EXPORT_SYMBOL_GPL(vfs_removexattr); 878 return vfs_removexattr(mnt_userns, d, kname); in removexattr()
|
/Linux-v6.1/fs/overlayfs/ |
D | overlayfs.h | 270 int err = vfs_removexattr(ovl_upper_mnt_userns(ofs), dentry, name); in ovl_do_removexattr()
|
/Linux-v6.1/fs/ksmbd/ |
D | vfs.c | 1080 return vfs_removexattr(user_ns, dentry, attr_name); in ksmbd_vfs_remove_xattr()
|