Lines Matching refs:mntopts
93 checkopt "llock" $mntopts
94 mntopts='remount'
96 [ -n "$otherops" ] && mntopts="${mntopts},${otherops}"
97 [ "$fstype" = nfs ] && mntopts="${mntopts},llock"
99 mountfs -m $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
109 checkopt ro $mntopts
113 if [ "x$mntopts" != x- ]; then
114 mntopts="remount,$mntopts"
116 mntopts="remount"
119 mountfs - /usr $fstype $mntopts - ||
133 mountfs - $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL