Searched refs:__vfs_removexattr_locked (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | xattr.h | 58 int __vfs_removexattr_locked(struct dentry *, const char *, struct inode **);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xattr.h | 88 int __vfs_removexattr_locked(struct mnt_idmap *, struct dentry *,
|
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 446 * __vfs_removexattr_locked - set an extended attribute while holding the inode 455 __vfs_removexattr_locked(struct dentry *dentry, const char *name, in __vfs_removexattr_locked() function 483 EXPORT_SYMBOL_GPL(__vfs_removexattr_locked); variable 494 error = __vfs_removexattr_locked(dentry, name, &delegated_inode); in vfs_removexattr()
|
/kernel/linux/linux-6.6/fs/ |
H A D | xattr.c | 525 * __vfs_removexattr_locked - set an extended attribute while holding the inode 535 __vfs_removexattr_locked(struct mnt_idmap *idmap, in __vfs_removexattr_locked() function 564 EXPORT_SYMBOL_GPL(__vfs_removexattr_locked); variable 576 error = __vfs_removexattr_locked(idmap, dentry, in vfs_removexattr()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 2290 ret = __vfs_removexattr_locked(fhp->fh_dentry, name, NULL); in nfsd_removexattr()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 2352 ret = __vfs_removexattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_removexattr()
|
Completed in 11 milliseconds