__vfs_removexattr 1090 fs/ecryptfs/inode.c 	rc = __vfs_removexattr(lower_dentry, name);
__vfs_removexattr  379 fs/xattr.c     EXPORT_SYMBOL(__vfs_removexattr);
__vfs_removexattr  396 fs/xattr.c     	error = __vfs_removexattr(dentry, name);
__vfs_removexattr   55 include/linux/xattr.h int __vfs_removexattr(struct dentry *, const char *);
__vfs_removexattr  316 security/commoncap.c 	error = __vfs_removexattr(dentry, XATTR_NAME_CAPS);
__vfs_removexattr  328 security/integrity/evm/evm_crypto.c 		rc = __vfs_removexattr(dentry, XATTR_NAME_EVM);
__vfs_removexattr  468 security/integrity/ima/ima_appraise.c 		__vfs_removexattr(dentry, XATTR_NAME_IMA);