Searched refs:__vfs_removexattr (Results 1 – 6 of 6) sorted by relevance
57 int __vfs_removexattr(struct dentry *, const char *);
431 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr() function443 EXPORT_SYMBOL(__vfs_removexattr);473 error = __vfs_removexattr(dentry, name); in __vfs_removexattr_locked()
329 rc = __vfs_removexattr(dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
518 __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()