Home
last modified time | relevance | path

Searched refs:__vfs_removexattr_locked (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dxattr.h59 int __vfs_removexattr_locked(struct dentry *, const char *, struct inode **);
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c455 __vfs_removexattr_locked(struct dentry *dentry, const char *name, in __vfs_removexattr_locked() function
483 EXPORT_SYMBOL_GPL(__vfs_removexattr_locked);
494 error = __vfs_removexattr_locked(dentry, name, &delegated_inode); in vfs_removexattr()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c2290 ret = __vfs_removexattr_locked(fhp->fh_dentry, name, NULL); in nfsd_removexattr()