Searched refs:__vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | xattr.h | 71 int __vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
|
/linux-6.3-rc2/fs/ |
A D | xattr.c | 484 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_removexattr() function 501 EXPORT_SYMBOL(__vfs_removexattr); 533 error = __vfs_removexattr(idmap, dentry, name); in __vfs_removexattr_locked()
|
/linux-6.3-rc2/security/integrity/evm/ |
A D | evm_crypto.c | 383 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
|
/linux-6.3-rc2/security/ |
A D | commoncap.c | 325 error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | inode.c | 1102 rc = __vfs_removexattr(&nop_mnt_idmap, lower_dentry, name); in ecryptfs_removexattr()
|
Completed in 14 milliseconds