Searched refs:vfs_getxattr_alloc (Results 1 – 7 of 7) sorted by relevance
/linux/security/integrity/evm/ |
H A 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()
|
/linux/include/linux/ |
H A D | xattr.h | 97 int vfs_getxattr_alloc(struct mnt_idmap *idmap,
|
/linux/security/integrity/ima/ |
H A D | ima_template_lib.c | 620 rc = vfs_getxattr_alloc(&nop_mnt_idmap, file_dentry(event_data->file), in ima_eventevmsig_init()
|
H A D | ima_appraise.c | 230 ret = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_IMA, in ima_read_xattr()
|
/linux/security/ |
H A D | commoncap.c | 431 size = vfs_getxattr_alloc(idmap, dentry, XATTR_NAME_CAPS, &tmpbuf, in cap_inode_getsecurity()
|
/linux/fs/ |
H A D | xattr.c | 375 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc() function
|
/linux/security/apparmor/ |
H A D | domain.c | 329 size = vfs_getxattr_alloc(&nop_mnt_idmap, d, attach->xattrs[i], in aa_xattrs_match()
|