Searched refs:NFS_MAXGRPS (Results 1 – 5 of 5) sorted by relevance
62 #define NFS_MAXGRPS 16 /* Max. size of groups list */ macro477 gid_t nfsc_groups[NFS_MAXGRPS + 1];
58 #define NFS_MAXGRPS 16 /* Max. size of groups list */ macro
721 if (argp->maxgrouplist <= NFS_MAXGRPS) in nfs_decode_args()724 nmp->nm_numgrps = NFS_MAXGRPS; in nfs_decode_args()822 .maxgrouplist = NFS_MAXGRPS, in nfs_mount()1282 nmp->nm_numgrps = NFS_MAXGRPS; in mountnfs()
1047 nfscr->nfsc_ngroups = MIN(cr->cr_ngroups, NFS_MAXGRPS + 1); in newnfs_copyincred()
1354 nmp->nm_numgrps = NFS_MAXGRPS; in mountnfs()