Lines Matching defs:id_spec
140 struct id_spec {
161 struct id_spec *uids;
162 struct id_spec *gids;
179 struct id_spec spec;
233 check_type_and_id_spec(const id_type_t type, const struct id_spec *const is)
528 struct id_spec is = {.flags = 0};
726 * We check for duplicate IDs and coalesce their 'struct id_spec' only
759 const struct id_spec *const is1 = p1;
760 const struct id_spec *const is2 = p2;
769 * destination array is sorted by ID. Structures 'struct id_spec' with same IDs
777 struct id_spec *const array, id_nb_t *const nb,
1711 * Search by GID for a corresponding 'struct id_spec'.
1718 const struct id_spec is = rule->gids[rule_idx];
1772 const struct id_spec is = rule->gids[rule_idx];
1786 struct id_spec gid_is = {.flags = 0};
1787 const struct id_spec *found_is;
1801 /* Search by GID for a corresponding 'struct id_spec'. */
1848 struct id_spec uid_is = {.flags = 0};
1849 const struct id_spec *found_is;
1859 /* Search by UID for a corresponding 'struct id_spec'. */