Lines Matching refs:acl
51 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
158 struct tomoyo_acl_info *acl = in tomoyo_del_acl() local
159 container_of(element, typeof(*acl), list); in tomoyo_del_acl()
161 tomoyo_put_condition(acl->cond); in tomoyo_del_acl()
162 switch (acl->type) { in tomoyo_del_acl()
166 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
173 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
181 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
189 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
199 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
209 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
217 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
226 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
234 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
255 struct tomoyo_acl_info *acl; in tomoyo_del_domain() local
263 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
264 tomoyo_del_acl(&acl->list); in tomoyo_del_domain()
265 tomoyo_memory_free(acl); in tomoyo_del_domain()
508 struct tomoyo_acl_info *acl; in tomoyo_collect_acl() local
511 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl()
512 if (!acl->is_deleted) in tomoyo_collect_acl()
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
515 tomoyo_try_to_gc(TOMOYO_ID_ACL, &acl->list); in tomoyo_collect_acl()