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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxattr.h69 int vfs_removexattr(struct dentry *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dxattr.c219 vfs_removexattr(struct dentry *dentry, const char *name) function
243 EXPORT_SYMBOL_GPL(vfs_removexattr); variable
506 return vfs_removexattr(d, kname);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dxattr.c279 ret = vfs_removexattr(dentry, cachefiles_xattr_cache);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c2258 error = vfs_removexattr(fhp->fh_dentry, name);

Completed in 122 milliseconds