Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dxattr.h75 int vfs_removexattr(struct dentry *, const char *);
/linux-2.6.39/fs/
Dxattr.c219 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr() function
243 EXPORT_SYMBOL_GPL(vfs_removexattr);
506 return vfs_removexattr(d, kname); in removexattr()
/linux-2.6.39/fs/cachefiles/
Dxattr.c279 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
/linux-2.6.39/fs/nfsd/
Dvfs.c2249 error = vfs_removexattr(fhp->fh_dentry, name); in nfsd_set_posix_acl()