Searched refs:__vfs_removexattr (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dxattr.h87 int __vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
/linux-master/security/integrity/evm/
H A Devm_crypto.c383 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM);
/linux-master/fs/
H A Dxattr.c504 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, function
521 EXPORT_SYMBOL(__vfs_removexattr); variable
553 error = __vfs_removexattr(idmap, dentry, name);
/linux-master/security/
H A Dcommoncap.c326 error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS);
/linux-master/fs/ecryptfs/
H A Dinode.c1121 rc = __vfs_removexattr(&nop_mnt_idmap, lower_dentry, name);

Completed in 184 milliseconds