Home
last modified time | relevance | path

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

/netbsd/sbin/mount_nfs/
H A Dmount_nfs.c151 .maxgrouplist = NFS_MAXGRPS,
264 nfsargsp->maxgrouplist = num; in mount_nfs_parseargs()
344 nfsargsp->maxgrouplist = in mount_nfs_parseargs()
502 nfsargsp->maxgrouplist, in shownfsargs()
/netbsd/sys/fs/nfs/common/
H A Dnfsdiskless.h89 int maxgrouplist; /* Max. size of group list */ member
/netbsd/sys/nfs/
H A Dnfsmount.h66 int maxgrouplist; /* Max. size of group list */ member
H A Dnfs_vfsops.c537 if ((argp->flags & NFSMNT_MAXGRPS) && argp->maxgrouplist >= 0 && in nfs_decode_args()
538 argp->maxgrouplist <= NFS_MAXGRPS) in nfs_decode_args()
539 nmp->nm_numgrps = argp->maxgrouplist; in nfs_decode_args()
615 args->maxgrouplist = nmp->nm_numgrps; in nfs_mount()
/netbsd/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c1049 nap->maxgrouplist = hasmntval(mntp, MNTTAB_OPT_MAXGROUPS); in compute_nfs23_args()
1050 if (nap->maxgrouplist != 0) in compute_nfs23_args()
1337 nap->maxgrouplist = hasmntval(mntp, MNTTAB_OPT_MAXGROUPS); in compute_nfs4_args()
1338 if (nap->maxgrouplist != 0) in compute_nfs4_args()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32.h1134 int32_t maxgrouplist; /* Max. size of group list */ member
/netbsd/external/bsd/am-utils/dist/
H A DChangeLog3387 nap->maxgrouplist against NULL but against 0 directly, because on
10955 nfs_args field maxgrouplist accordingly.