Lines Matching refs:acl
51 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
153 struct tomoyo_acl_info *acl = in tomoyo_del_acl() local
154 container_of(element, typeof(*acl), list); in tomoyo_del_acl()
155 tomoyo_put_condition(acl->cond); in tomoyo_del_acl()
156 switch (acl->type) { in tomoyo_del_acl()
160 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
167 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
175 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
183 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
193 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
203 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
211 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
220 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
228 container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
248 struct tomoyo_acl_info *acl; in tomoyo_del_domain() local
255 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
256 tomoyo_del_acl(&acl->list); in tomoyo_del_domain()
257 tomoyo_memory_free(acl); in tomoyo_del_domain()
496 struct tomoyo_acl_info *acl; in tomoyo_collect_acl() local
498 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl()
499 if (!acl->is_deleted) in tomoyo_collect_acl()
501 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
502 tomoyo_try_to_gc(TOMOYO_ID_ACL, &acl->list); in tomoyo_collect_acl()