Searched refs:vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
44 int vfs_removexattr(struct dentry *, const char *);
287 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function315 EXPORT_SYMBOL_GPL(vfs_removexattr);612 return vfs_removexattr(d, kname); in removexattr()
311 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
104 int err = vfs_removexattr(dentry, name); in ovl_do_removexattr()
332 err = vfs_removexattr(realpath.dentry, name); in ovl_removexattr()