Searched refs:fsopts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh277 # mounted $path $fsopts $fstype
290 fsopts="$2"
296 [ "$fsopts" = "-" ] && return 0
297 hasopts $fsopts $mntopts && return 0
303 # mountfs $opts $path $type $fsopts $special
313 # $fsopts - file system specific options (-o) [optional]
332 [ "$4" = "-" ] && fsopts=""
333 [ "$4" != "-" ] && fsopts="-o $4"
335 cmd="/sbin/mount $opts $type $fsopts $special $path"

Completed in 56 milliseconds