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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddeffs.c47 default_fstype(char *special) function
H A Dvolcopy.c53 extern char *default_fstype();
208 fstype = default_fstype(argv[2]);
H A Dff.c47 extern char *default_fstype();
301 fstype = default_fstype(special);
H A Dswitchout.c56 extern char *default_fstype();
386 fstype = default_fstype(special);
H A Dfsck.c73 extern char *default_fstype();
553 default_fstype(argv[optind]);
H A Dmount.c104 extern char *default_fstype(char *);
498 fstype = default_fstype(special);
H A Ddf.c55 extern char *default_fstype(char *);
1769 return (F_option ? FSType : default_fstype(special));

Completed in 214 milliseconds