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 \
176 case "$mntopts" in
198 if [ "$mntopts" = "-" ]; then
199 mntopts='ro,largefiles'
201 checkopt largefiles $mntopts
203 mntopts="largefiles,$mntopts"
206 checkopt ro $mntopts
208 mntopts="ro,$mntopts"
214 checkopt logging $mntopts
216 mntopts="$otherops"
223 $MOUNT -m -F $fstype -o $mntopts $new_special /usr \