Lines Matching refs:groups
64 unsigned int groups = 0; in unx_create_cred() local
78 groups = acred->group_info->ngroups; in unx_create_cred()
79 if (groups > NFS_NGROUPS) in unx_create_cred()
80 groups = NFS_NGROUPS; in unx_create_cred()
83 for (i = 0; i < groups; i++) in unx_create_cred()
120 unsigned int groups = 0; in unx_match() local
128 groups = acred->group_info->ngroups; in unx_match()
129 if (groups > NFS_NGROUPS) in unx_match()
130 groups = NFS_NGROUPS; in unx_match()
131 for (i = 0; i < groups ; i++) in unx_match()
134 if (groups < NFS_NGROUPS && gid_valid(cred->uc_gids[groups])) in unx_match()