Searched refs:NFS_NGROUPS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/sunrpc/
H A Dauth_unix.c17 #define NFS_NGROUPS 16 macro
22 kgid_t uc_gids[NFS_NGROUPS];
79 if (groups > NFS_NGROUPS) unx_create_cred()
80 groups = NFS_NGROUPS; unx_create_cred()
85 if (i < NFS_NGROUPS) unx_create_cred()
129 if (groups > NFS_NGROUPS) unx_match()
130 groups = NFS_NGROUPS; unx_match()
134 if (groups < NFS_NGROUPS && gid_valid(cred->uc_gids[groups])) unx_match()

Completed in 99 milliseconds