Searched refs:TOMOYO_MAX_ACL_GROUPS (Results 1 – 4 of 4) sorted by relevance
66 #define TOMOYO_MAX_ACL_GROUPS 256 macro688 unsigned long group[TOMOYO_MAX_ACL_GROUPS / BITS_PER_LONG];910 struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS];
183 for (; i < TOMOYO_MAX_ACL_GROUPS; i++) { in tomoyo_check_acl()596 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_assign_domain()
342 for (idx = 0; idx < TOMOYO_MAX_ACL_GROUPS; idx++) in tomoyo_init_policy_namespace()1196 && idx < TOMOYO_MAX_ACL_GROUPS) { in tomoyo_write_domain()1635 while (head->r.index < TOMOYO_MAX_ACL_GROUPS) { in tomoyo_read_domain()1770 if (group < TOMOYO_MAX_ACL_GROUPS && *data++ == ' ') in tomoyo_write_exception()1925 + TOMOYO_MAX_ACL_GROUPS) { in tomoyo_read_exception()
546 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_collect_entry()