Home
last modified time | relevance | path

Searched refs:vfs_getxattr_alloc (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/security/integrity/evm/
Devm_crypto.c272 size = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr->name, in evm_calc_hmac_or_hash()
333 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_EVM, in evm_is_immutable()
Devm_main.c188 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_EVM, in evm_verify_hmac()
457 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr_name, &xattr_data, in evm_xattr_change()
/Linux-v6.6/include/linux/
Dxattr.h93 int vfs_getxattr_alloc(struct mnt_idmap *idmap,
/Linux-v6.6/security/integrity/ima/
Dima_template_lib.c601 rc = vfs_getxattr_alloc(&nop_mnt_idmap, file_dentry(event_data->file), in ima_eventevmsig_init()
Dima_appraise.c231 ret = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_IMA, in ima_read_xattr()
/Linux-v6.6/security/
Dcommoncap.c401 size = vfs_getxattr_alloc(idmap, dentry, XATTR_NAME_CAPS, &tmpbuf, in cap_inode_getsecurity()
/Linux-v6.6/security/apparmor/
Ddomain.c316 size = vfs_getxattr_alloc(&nop_mnt_idmap, d, attach->xattrs[i], in aa_xattrs_match()
/Linux-v6.6/fs/
Dxattr.c376 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc() function