Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dxattr.h55 int __vfs_removexattr(struct dentry *, const char *);
/Linux-v5.4/fs/
Dxattr.c367 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function
379 EXPORT_SYMBOL(__vfs_removexattr);
396 error = __vfs_removexattr(dentry, name); in vfs_removexattr()
/Linux-v5.4/security/integrity/evm/
Devm_crypto.c328 rc = __vfs_removexattr(dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
/Linux-v5.4/security/integrity/ima/
Dima_appraise.c468 __vfs_removexattr(dentry, XATTR_NAME_IMA); in ima_inode_post_setattr()
/Linux-v5.4/security/
Dcommoncap.c316 error = __vfs_removexattr(dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
/Linux-v5.4/fs/ecryptfs/
Dinode.c1090 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()