Searched refs:__vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | xattr.h | 87 int __vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
|
/linux-6.12.1/fs/ |
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.12.1/security/integrity/evm/ |
D | evm_crypto.c | 394 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
|
/linux-6.12.1/security/ |
D | commoncap.c | 326 error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
|
/linux-6.12.1/fs/ecryptfs/ |
D | inode.c | 1121 rc = __vfs_removexattr(&nop_mnt_idmap, lower_dentry, name); in ecryptfs_removexattr()
|