Lines Matching refs:gi
411 struct group_info *gi; member
427 put_group_info(ug->gi); in unix_gid_free()
456 get_group_info(item->gi); in unix_gid_update()
457 new->gi = item->gi; in unix_gid_update()
518 ug.gi = groups_alloc(gids); in unix_gid_parse()
519 if (!ug.gi) in unix_gid_parse()
532 ug.gi->gid[i] = kgid; in unix_gid_parse()
535 groups_sort(ug.gi); in unix_gid_parse()
553 if (ug.gi) in unix_gid_parse()
554 put_group_info(ug.gi); in unix_gid_parse()
574 glen = ug->gi->ngroups; in unix_gid_show()
580 seq_printf(m, " %d", from_kgid_munged(user_ns, ug->gi->gid[i])); in unix_gid_show()
645 struct group_info *gi; in unix_gid_find() local
660 gi = get_group_info(ug->gi); in unix_gid_find()
662 return gi; in unix_gid_find()
674 struct group_info *gi; in svcauth_unix_set_client() local
723 gi = unix_gid_find(cred->cr_uid, rqstp); in svcauth_unix_set_client()
724 switch (PTR_ERR(gi)) { in svcauth_unix_set_client()
733 cred->cr_group_info = gi; in svcauth_unix_set_client()