Searched refs:acl_info_list (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/security/tomoyo/ | 
| D | memory.c | 198 	INIT_LIST_HEAD(&tomoyo_kernel_domain.acl_info_list);  in tomoyo_mm_init()
  | 
| D | gc.c | 254 	list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) {  in tomoyo_del_domain() 521 			tomoyo_collect_acl(&domain->acl_info_list);  in tomoyo_collect_entry()
  | 
| D | domain.c | 163 	const struct list_head *list = &domain->acl_info_list;  in tomoyo_check_acl() 558 			INIT_LIST_HEAD(&entry->acl_info_list);  in tomoyo_assign_domain()
  | 
| D | util.c | 1036 	list_for_each_entry_rcu(ptr, &domain->acl_info_list, list) {  in tomoyo_domain_quota_is_ok()
  | 
| D | common.c | 1188 	return tomoyo_write_domain2(ns, &domain->acl_info_list, data,  in tomoyo_write_domain() 1605 			if (!tomoyo_read_domain2(head, &domain->acl_info_list))  in tomoyo_read_domain() 1978 	if (!tomoyo_write_domain2(domain->ns, &domain->acl_info_list, buffer,  in tomoyo_add_entry()
  | 
| D | common.h | 678 	struct list_head acl_info_list;  member
  |