Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c128 static int mount_vers_max = MOUNTVERS3; variable
375 vers = mount_vers_max; in md_svc_tp_create()
582 if (mount_vers_max > MOUNTVERS3) in main()
583 mount_vers_max = MOUNTVERS3; in main()
584 if (mount_vers_min > mount_vers_max) { in main()
586 mount_vers_max = mount_vers_min; in main()