Searched refs:vfs_getxattr_alloc (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/security/integrity/evm/ |
D | evm_crypto.c | 274 size = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr->name, in evm_calc_hmac_or_hash() 343 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_EVM, in evm_is_immutable()
|
D | evm_main.c | 206 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_EVM, in evm_verify_hmac() 468 rc = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr_name, &xattr_data, in evm_xattr_change() 987 rc = vfs_getxattr_alloc(&nop_mnt_idmap, src, XATTR_NAME_EVM, in evm_inode_copy_up_xattr()
|
/linux-6.12.1/include/linux/ |
D | xattr.h | 93 int vfs_getxattr_alloc(struct mnt_idmap *idmap,
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_template_lib.c | 620 rc = vfs_getxattr_alloc(&nop_mnt_idmap, file_dentry(event_data->file), in ima_eventevmsig_init()
|
D | ima_appraise.c | 229 ret = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_IMA, in ima_read_xattr()
|
/linux-6.12.1/security/ |
D | commoncap.c | 402 size = vfs_getxattr_alloc(idmap, dentry, XATTR_NAME_CAPS, &tmpbuf, in cap_inode_getsecurity()
|
/linux-6.12.1/fs/ |
D | xattr.c | 375 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc() function
|
/linux-6.12.1/security/apparmor/ |
D | domain.c | 324 size = vfs_getxattr_alloc(&nop_mnt_idmap, d, attach->xattrs[i], in aa_xattrs_match()
|