Searched defs:mount_vers_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c123 static int mount_vers_max = MOUNTVERS3; variable
475 mount_vers_max = defvers;
491 if (mount_vers_min > mount_vers_max) {
493 mount_vers_max = mount_vers_min;
650 if (mount_vers_max >= MOUNTVERS) {
663 if (mount_vers_max >= MOUNTVERS_POSIX) {
678 if (mount_vers_max >= MOUNTVERS3) {

Completed in 78 milliseconds