Lines Matching refs:mntopts
92 checkopt "llock" $mntopts
93 mntopts='remount'
95 [ -n "$otherops" ] && mntopts="${mntopts},${otherops}"
96 [ "$fstype" = nfs ] && mntopts="${mntopts},llock"
98 mountfs -m $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
108 checkopt ro $mntopts
112 if [ "x$mntopts" != x- ]; then
113 mntopts="remount,$mntopts"
115 mntopts="remount"
126 mountfs - /usr $fstype $mntopts - ||
140 mountfs - $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL