Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dmount.h163 #define NFSMNT_MAXGRPS 0x00000020 /* set maximum grouplist size */ macro
/mirbsd/src/sbin/mount_nfs/
Dmount_nfs.c229 nfsargsp->flags |= NFSMNT_MAXGRPS; in main()
/mirbsd/src/sys/nfs/
Dnfs_vfsops.c513 if ((argp->flags & NFSMNT_MAXGRPS) && argp->maxgrouplist >= 0 &&