Home
last modified time | relevance | path

Searched refs:__vfs_removexattr (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Dxattr.h65 int __vfs_removexattr(struct user_namespace *, struct dentry *, const char *);
/Linux-v6.1/fs/
Dxattr.c468 __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/
Devm_crypto.c383 rc = __vfs_removexattr(&init_user_ns, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
/Linux-v6.1/security/
Dcommoncap.c325 error = __vfs_removexattr(mnt_userns, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
/Linux-v6.1/fs/ecryptfs/
Dinode.c1100 rc = __vfs_removexattr(&init_user_ns, lower_dentry, name); in ecryptfs_removexattr()