Home
last modified time | relevance | path

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

/linux/security/integrity/evm/
H A Devm_crypto.c274 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()
H A Devm_main.c206 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/security/integrity/ima/
H A Dima_template_lib.c620 rc = vfs_getxattr_alloc(&nop_mnt_idmap, file_dentry(event_data->file), in ima_eventevmsig_init()
H A Dima_appraise.c230 ret = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, XATTR_NAME_IMA, in ima_read_xattr()
/linux/security/
H A Dcommoncap.c430 size = vfs_getxattr_alloc(idmap, dentry, XATTR_NAME_CAPS, &tmpbuf, in cap_inode_getsecurity()
/linux/fs/
H A Dxattr.c375 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc() function