Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dxattr.h68 int vfs_removexattr(struct user_namespace *, struct dentry *, const char *);
/Linux-v6.1/fs/cachefiles/
Dxattr.c153 ret = vfs_removexattr(&init_user_ns, dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/Linux-v6.1/fs/
Dxattr.c527 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/
Doverlayfs.h270 int err = vfs_removexattr(ovl_upper_mnt_userns(ofs), dentry, name); in ovl_do_removexattr()
/Linux-v6.1/fs/ksmbd/
Dvfs.c1080 return vfs_removexattr(user_ns, dentry, attr_name); in ksmbd_vfs_remove_xattr()