arch_policy_entry 202 security/integrity/ima/ima_policy.c static struct ima_rule_entry *arch_policy_entry __ro_after_init; arch_policy_entry 618 security/integrity/ima/ima_policy.c arch_policy_entry = kcalloc(arch_entries + 1, arch_policy_entry 619 security/integrity/ima/ima_policy.c sizeof(*arch_policy_entry), GFP_KERNEL); arch_policy_entry 620 security/integrity/ima/ima_policy.c if (!arch_policy_entry) arch_policy_entry 630 security/integrity/ima/ima_policy.c INIT_LIST_HEAD(&arch_policy_entry[i].list); arch_policy_entry 631 security/integrity/ima/ima_policy.c result = ima_parse_rule(rule, &arch_policy_entry[i]); arch_policy_entry 635 security/integrity/ima/ima_policy.c memset(&arch_policy_entry[i], 0, arch_policy_entry 636 security/integrity/ima/ima_policy.c sizeof(*arch_policy_entry)); arch_policy_entry 683 security/integrity/ima/ima_policy.c add_rules(arch_policy_entry, arch_entries, arch_policy_entry 754 security/integrity/ima/ima_policy.c kfree(arch_policy_entry);