Searched refs:vfs_removexattr (Results 1 – 4 of 4) sorted by relevance
75 int vfs_removexattr(struct dentry *, const char *);
219 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function243 EXPORT_SYMBOL_GPL(vfs_removexattr);506 return vfs_removexattr(d, kname); in removexattr()
279 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
2249 error = vfs_removexattr(fhp->fh_dentry, name); in nfsd_set_posix_acl()