Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh289 fsopts="$2"
295 [ "$fsopts" = "-" ] && return 0
296 hasopts $fsopts $mntopts && return 0
331 [ "$4" = "-" ] && fsopts=""
332 [ "$4" != "-" ] && fsopts="-o $4"
334 cmd="/sbin/mount $opts $type $fsopts $special $path"