Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dmemory.c204 INIT_LIST_HEAD(&tomoyo_kernel_domain.acl_info_list); in tomoyo_mm_init()
H A Dgc.c263 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
537 tomoyo_collect_acl(&domain->acl_info_list); in tomoyo_collect_entry()
H A Ddomain.c167 const struct list_head *list = &domain->acl_info_list; in tomoyo_check_acl()
578 INIT_LIST_HEAD(&entry->acl_info_list); in tomoyo_assign_domain()
H A Dutil.c1056 list_for_each_entry_rcu(ptr, &domain->acl_info_list, list, in tomoyo_domain_quota_is_ok()
H A Dcommon.c1212 return tomoyo_write_domain2(ns, &domain->acl_info_list, data, in tomoyo_write_domain()
1649 if (!tomoyo_read_domain2(head, &domain->acl_info_list)) in tomoyo_read_domain()
2034 if (!tomoyo_write_domain2(domain->ns, &domain->acl_info_list, buffer, in tomoyo_add_entry()
H A Dcommon.h682 struct list_head acl_info_list; member