Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dxattr.h71 int __vfs_removexattr(struct mnt_idmap *, struct dentry *, const char *);
/linux-6.3-rc2/fs/
A Dxattr.c484 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_removexattr() function
501 EXPORT_SYMBOL(__vfs_removexattr);
533 error = __vfs_removexattr(idmap, dentry, name); in __vfs_removexattr_locked()
/linux-6.3-rc2/security/integrity/evm/
A Devm_crypto.c383 rc = __vfs_removexattr(&nop_mnt_idmap, dentry, XATTR_NAME_EVM); in evm_update_evmxattr()
/linux-6.3-rc2/security/
A Dcommoncap.c325 error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
/linux-6.3-rc2/fs/ecryptfs/
A Dinode.c1102 rc = __vfs_removexattr(&nop_mnt_idmap, lower_dentry, name); in ecryptfs_removexattr()

Completed in 14 milliseconds