Searched refs:NFS_MAXGRPS (Results 1 – 2 of 2) sorted by relevance
102 #define NFS_MAXGRPS 16U /* Max. size of groups list */ macro
2398 nmp->nm_numgrps = NFS_MAXGRPS; in mountnfs()2975 if (nmp->nm_numgrps > NFS_MAXGRPS) { in mountnfs()2976 nmp->nm_numgrps = NFS_MAXGRPS; in mountnfs()