Searched refs:vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
287 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function315 EXPORT_SYMBOL_GPL(vfs_removexattr);614 return vfs_removexattr(d, kname); in removexattr()
314 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
568 err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_DEFAULT); in ovl_workdir_create()572 err = vfs_removexattr(work, XATTR_NAME_POSIX_ACL_ACCESS); in ovl_workdir_create()
97 int err = vfs_removexattr(dentry, name); in ovl_do_removexattr()
322 err = vfs_removexattr(realpath.dentry, name); in ovl_removexattr()