Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c127 static int mount_vers_min = MOUNTVERS; variable
425 while (--vers >= mount_vers_min) { in md_svc_tp_create()
584 if (mount_vers_min > mount_vers_max) { in main()
586 mount_vers_max = mount_vers_min; in main()
1392 if (rejecting || version < mount_vers_min) { in mount()