Lines Matching refs:mntopts
111 checkopt "llock" $mntopts
112 mntopts='remount'
113 [ -n "$otherops" ] && mntopts="${mntopts},${otherops}"
114 RVAL=`$MOUNT -m -F $fstype -o $mntopts $new_special \
132 $MOUNT -m -F $fstype -o $mntopts \
179 if [ "$mntopts" = "-" ]; then
180 mntopts='ro,largefiles'
182 checkopt largefiles $mntopts
184 mntopts="largefiles,$mntopts"
187 checkopt ro $mntopts
189 mntopts="ro,$mntopts"
195 checkopt logging $mntopts
197 mntopts="$otherops"
204 $MOUNT -m -F $fstype -o $mntopts $new_special /usr \