Searched refs:__vfs_removexattr (Results 1 – 6 of 6) sorted by relevance
55 int __vfs_removexattr(struct dentry *, const char *);
367 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function379 EXPORT_SYMBOL(__vfs_removexattr);396 error = __vfs_removexattr(dentry, name); in vfs_removexattr()
328 rc = __vfs_removexattr(dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
468 __vfs_removexattr(dentry, XATTR_NAME_IMA); in ima_inode_post_setattr()
316 error = __vfs_removexattr(dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
1090 rc = __vfs_removexattr(lower_dentry, name); in ecryptfs_removexattr()