Lines Matching refs:iint

188 	struct evm_iint_cache *iint = evm_iint_inode(inode);  in evm_verify_hmac()  local
191 if (iint && (iint->evm_status == INTEGRITY_PASS || in evm_verify_hmac()
192 iint->evm_status == INTEGRITY_PASS_IMMUTABLE)) in evm_verify_hmac()
193 return iint->evm_status; in evm_verify_hmac()
234 xattr_value_len, &digest, iint); in evm_verify_hmac()
256 iint); in evm_verify_hmac()
264 if (iint) in evm_verify_hmac()
265 iint->flags |= EVM_IMMUTABLE_DIGSIG; in evm_verify_hmac()
293 if (iint) in evm_verify_hmac()
294 iint->evm_status = evm_status; in evm_verify_hmac()
524 struct evm_iint_cache *iint; in evm_protect_xattr() local
530 iint = evm_iint_inode(d_backing_inode(dentry)); in evm_protect_xattr()
531 if (iint && (iint->flags & EVM_NEW_FILE)) in evm_protect_xattr()
733 struct evm_iint_cache *iint; in evm_reset_status() local
735 iint = evm_iint_inode(inode); in evm_reset_status()
736 if (iint) in evm_reset_status()
737 iint->evm_status = INTEGRITY_UNKNOWN; in evm_reset_status()
751 struct evm_iint_cache *iint = evm_iint_inode(inode); in evm_metadata_changed() local
754 if (iint) { in evm_metadata_changed()
756 integrity_inode_attrs_changed(&iint->metadata_inode, in evm_metadata_changed()
759 iint->evm_status = INTEGRITY_UNKNOWN; in evm_metadata_changed()
1069 struct evm_iint_cache *iint = evm_iint_inode(inode); in evm_inode_alloc_security() local
1072 iint->flags = 0UL; in evm_inode_alloc_security()
1073 iint->evm_status = INTEGRITY_UNKNOWN; in evm_inode_alloc_security()
1081 struct evm_iint_cache *iint = evm_iint_inode(inode); in evm_file_release() local
1087 if (iint && iint->flags & EVM_NEW_FILE && in evm_file_release()
1089 iint->flags &= ~EVM_NEW_FILE; in evm_file_release()
1095 struct evm_iint_cache *iint = evm_iint_inode(inode); in evm_post_path_mknod() local
1100 if (iint) in evm_post_path_mknod()
1101 iint->flags |= EVM_NEW_FILE; in evm_post_path_mknod()