Lines Matching defs:acl
51 head->r.acl == element || &head->w.domain->list == element)
158 struct tomoyo_acl_info *acl =
159 container_of(element, typeof(*acl), list);
161 tomoyo_put_condition(acl->cond);
162 switch (acl->type) {
166 = container_of(acl, typeof(*entry), head);
173 = container_of(acl, typeof(*entry), head);
181 = container_of(acl, typeof(*entry), head);
189 = container_of(acl, typeof(*entry), head);
199 = container_of(acl, typeof(*entry), head);
209 container_of(acl, typeof(*entry), head);
217 container_of(acl, typeof(*entry), head);
226 container_of(acl, typeof(*entry), head);
234 container_of(acl, typeof(*entry), head);
255 struct tomoyo_acl_info *acl;
263 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) {
264 tomoyo_del_acl(&acl->list);
265 tomoyo_memory_free(acl);
402 * Don't kfree() until "struct tomoyo_io_buffer"->r.{domain,group,acl}
508 struct tomoyo_acl_info *acl;
511 list_for_each_entry_safe(acl, tmp, list, list) {
512 if (!acl->is_deleted)
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS;
515 tomoyo_try_to_gc(TOMOYO_ID_ACL, &acl->list);