Home
last modified time | relevance | path

Searched refs:vfs_removexattr (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/linux/
Dxattr.h68 int vfs_removexattr(struct user_namespace *, struct dentry *, const char *);
/Linux-v5.15/fs/cachefiles/
Dxattr.c311 ret = vfs_removexattr(&init_user_ns, dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/Linux-v5.15/fs/
Dxattr.c516 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/
Doverlayfs.h213 int err = vfs_removexattr(&init_user_ns, dentry, name); in ovl_do_removexattr()
Dsuper.c808 err = vfs_removexattr(&init_user_ns, work, in ovl_workdir_create()
813 err = vfs_removexattr(&init_user_ns, work, in ovl_workdir_create()
Dinode.c375 err = vfs_removexattr(&init_user_ns, realdentry, name); in ovl_xattr_set()
/Linux-v5.15/fs/ksmbd/
Dvfs.c1084 return vfs_removexattr(user_ns, dentry, attr_name); in ksmbd_vfs_remove_xattr()