Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxattr.h59 int vfs_removexattr(struct dentry *, const char *);
/Linux-v5.10/fs/
Dxattr.c486 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function
505 EXPORT_SYMBOL_GPL(vfs_removexattr);
788 return vfs_removexattr(d, kname); in removexattr()
/Linux-v5.10/fs/cachefiles/
Dxattr.c312 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/Linux-v5.10/fs/overlayfs/
Doverlayfs.h205 int err = vfs_removexattr(dentry, name); in ovl_do_removexattr()
Dsuper.c752 err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_DEFAULT); in ovl_workdir_create()
756 err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_ACCESS); in ovl_workdir_create()
Dinode.c367 err = vfs_removexattr(realdentry, name); in ovl_xattr_set()