Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxattr.h58 int __vfs_removexattr_locked(struct dentry *, const char *, struct inode **);
/Linux-v5.10/fs/
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()
/Linux-v5.10/fs/nfsd/
Dvfs.c2275 ret = __vfs_removexattr_locked(fhp->fh_dentry, name, NULL); in nfsd_removexattr()