Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/initpkg/
H A Dmountall.sh47 FSType=
163 F) FSType="$OPTARG";
171 case $FSType in
173 echo "mountall: FSType $FSType exceeds 8 characters"
221 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then
223 isremote "$FSType" &&
227 if [ "$RFLAG" = "r" -a -n "$FSType" ]; then
229 isremote "$FSType" ||
263 if [ "$FSType" -a "$FSType" != "$fstype" ]; then
408 if [ -n "$FSType" ]; then
[all …]
H A Dumountall.sh74 FSType=
122 FSType=$OPTARG
124 case $FSType in
126 usage "FSType ${FSType} exceeds 8 characters"
175 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then # 6
177 isremote "$FSType" &&
178 usage "option -l and FSType ${FSType} are incompatible"
181 if [ "$RFLAG" = "r" -a -n "$FSType" ]; then # 7
183 isremote "$FSType" ||
184 usage "option -r and FSType ${FSType} are incompatible"
[all …]
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.xcl129 msgid "[-F FSType] [-V] special inumber ..."
130 msgid "[-F FSType] [-V] [-m] [-o specific_options] special [operands]"
131 msgid "[-F FSType] [-V] [-o specific_options] inputfs outputfs"
132 msgid "[-F FSType] [-V] [-o specific_options] special"
133 msgid "[-F FSType] [-V] [-o specific_options] special [operands]"
H A Ddf.c198 static char *FSType; variable
583 FSType = optarg; in parse_options()
880 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df()
1011 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) { in prune_list()
1711 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()
1717 return (F_option ? FSType : default_fstype(special)); in find_fstype()
1982 if (F_option && ! EQ(fstype, FSType)) { in do_df()