Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dxattr.h55 int __vfs_removexattr(struct dentry *, const char *);
/Linux-v4.19/fs/
Dxattr.c366 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function
378 EXPORT_SYMBOL(__vfs_removexattr);
395 error = __vfs_removexattr(dentry, name); in vfs_removexattr()
/Linux-v4.19/security/integrity/evm/
Devm_crypto.c331 rc = __vfs_removexattr(dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
/Linux-v4.19/security/integrity/ima/
Dima_appraise.c395 __vfs_removexattr(dentry, XATTR_NAME_IMA); in ima_inode_post_setattr()
/Linux-v4.19/security/
Dcommoncap.c323 error = __vfs_removexattr(dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
/Linux-v4.19/fs/ecryptfs/
Dinode.c1077 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()