Lines Matching refs:gi
24 struct group_info *gi;
45 gi = groups_alloc(0);
46 if (!gi)
54 gi = groups_alloc(rqgi->ngroups);
55 if (!gi)
60 gi->gid[i] = exp->ex_anon_gid;
62 gi->gid[i] = rqgi->gid[i];
65 /* Each thread allocates its own gi, no race */
66 groups_sort(gi);
68 gi = get_group_info(rqgi);
76 set_groups(new, gi);
77 put_group_info(gi);