Home
last modified time | relevance | path

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

/netbsd/src/sbin/mount_nfs/
Dmount_nfs.c265 nfsargsp->flags |= NFSMNT_MAXGRPS; in mount_nfs_parseargs()
346 nfsargsp->flags |= NFSMNT_MAXGRPS; in mount_nfs_parseargs()
/netbsd/src/sys/nfs/
Dnfsmount.h80 #define NFSMNT_MAXGRPS 0x00000020 /* set maximum grouplist size */ macro
Dnfs_vfsops.c537 if ((argp->flags & NFSMNT_MAXGRPS) && argp->maxgrouplist >= 0 && in nfs_decode_args()