Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dxattr.h56 int vfs_removexattr(struct dentry *, const char *);
/Linux-v4.19/fs/
Dxattr.c381 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function
406 EXPORT_SYMBOL_GPL(vfs_removexattr);
690 return vfs_removexattr(d, kname); in removexattr()
/Linux-v4.19/fs/cachefiles/
Dxattr.c315 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/Linux-v4.19/fs/overlayfs/
Dsuper.c644 err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_DEFAULT); in ovl_workdir_create()
648 err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_ACCESS); in ovl_workdir_create()
1062 vfs_removexattr(ofs->workdir, OVL_XATTR_OPAQUE); in ovl_make_workdir()
Doverlayfs.h162 int err = vfs_removexattr(dentry, name); in ovl_do_removexattr()
Dinode.c355 err = vfs_removexattr(realdentry, name); in ovl_xattr_set()
Dcopy_up.c722 err = vfs_removexattr(upperpath.dentry, OVL_XATTR_METACOPY); in ovl_copy_up_meta_inode_data()