Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/
Dauth_unix.c16 #define NFS_NGROUPS 16 macro
21 gid_t uc_gids[NFS_NGROUPS];
77 if (groups > NFS_NGROUPS) in unx_create_cred()
78 groups = NFS_NGROUPS; in unx_create_cred()
83 if (i < NFS_NGROUPS) in unx_create_cred()
127 if (groups > NFS_NGROUPS) in unx_match()
128 groups = NFS_NGROUPS; in unx_match()
132 if (groups < NFS_NGROUPS && in unx_match()