Searched refs:num_perms (Results 1 – 3 of 3) sorted by relevance
16 u16 num_perms; /* number of permissions in class */ member
124 p_out->num_perms = 0; in selinux_set_mapping() 134 p_out->num_perms = 0; in selinux_set_mapping() 158 p_out->num_perms = k; in selinux_set_mapping() 206 unsigned int i, n = mapping->num_perms; in map_decision() 230 * between num_perms and the maximum permission number, we in map_decision()
996 u64 test_perm, temp_addr, denorm_addr, num_perms; in check_permutations() local 1008 num_perms = denorm_ctx->mod_value << denorm_ctx->perm_shift; in check_permutations() 1010 for (test_perm = 0; test_perm < num_perms; test_perm++) { in check_permutations()