Lines Matching refs:acl
50 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
152 struct tomoyo_acl_info *acl = in tomoyo_del_acl() local
153 container_of(element, typeof(*acl), list); in tomoyo_del_acl()
154 tomoyo_put_condition(acl->cond); in tomoyo_del_acl()
155 switch (acl->type) { in tomoyo_del_acl()
159 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
166 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
174 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
182 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
192 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
202 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
210 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
219 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
227 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
247 struct tomoyo_acl_info *acl; in tomoyo_del_domain() local
254 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
255 tomoyo_del_acl(&acl->list); in tomoyo_del_domain()
256 tomoyo_memory_free(acl); in tomoyo_del_domain()
495 struct tomoyo_acl_info *acl; in tomoyo_collect_acl() local
497 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl()
498 if (!acl->is_deleted) in tomoyo_collect_acl()
500 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
501 tomoyo_try_to_gc(TOMOYO_ID_ACL, &acl->list); in tomoyo_collect_acl()