Home
last modified time | relevance | path

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

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