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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c122 static int mount_vers_min = MOUNTVERS; variable
458 mount_vers_min = defvers;
464 mount_vers_min = MOUNTVERS;
491 if (mount_vers_min > mount_vers_max) {
493 mount_vers_max = mount_vers_min;
1261 if (rejecting || version < mount_vers_min) {

Completed in 70 milliseconds