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