Searched refs:__vfs_removexattr (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/linux/ |
D | xattr.h | 65 int __vfs_removexattr(struct user_namespace *, struct dentry *, const char *);
|
/Linux-v6.1/fs/ |
D | xattr.c | 468 __vfs_removexattr(struct user_namespace *mnt_userns, struct dentry *dentry, in __vfs_removexattr() function 482 EXPORT_SYMBOL(__vfs_removexattr); 514 error = __vfs_removexattr(mnt_userns, dentry, name); in __vfs_removexattr_locked()
|
/Linux-v6.1/security/integrity/evm/ |
D | evm_crypto.c | 383 rc = __vfs_removexattr(&init_user_ns, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
|
/Linux-v6.1/security/ |
D | commoncap.c | 325 error = __vfs_removexattr(mnt_userns, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
|
/Linux-v6.1/fs/ecryptfs/ |
D | inode.c | 1100 rc = __vfs_removexattr(&init_user_ns, lower_dentry, name); in ecryptfs_removexattr()
|