Searched refs:__vfs_removexattr (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | xattr.h | 91 int __vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
|
| /linux-6.15/fs/ |
| H A D | bpf_fs_kfuncs.c | 258 ret = __vfs_removexattr(&nop_mnt_idmap, dentry, name__str); in bpf_remove_dentry_xattr_locked()
|
| H A D | xattr.c | 504 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_removexattr() function 521 EXPORT_SYMBOL(__vfs_removexattr); 553 error = __vfs_removexattr(idmap, dentry, name); in __vfs_removexattr_locked()
|
| /linux-6.15/security/integrity/evm/ |
| H A D | evm_crypto.c | 394 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
|
| /linux-6.15/security/ |
| H A D | commoncap.c | 355 error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | inode.c | 1119 rc = __vfs_removexattr(&nop_mnt_idmap, lower_dentry, name); in ecryptfs_removexattr()
|