Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dvolcopy.c50 extern char *default_fstype();
205 fstype = default_fstype(argv[2]); in main()
H A Ddeffs.c47 default_fstype(char *special) in default_fstype() function
H A Dff.c46 extern char *default_fstype();
300 fstype = default_fstype(special); in lookup()
H A Dswitchout.c54 extern char *default_fstype();
384 fstype = default_fstype(special); in lookup()
H A Dfsck.c73 extern char *default_fstype();
553 default_fstype(argv[optind]); in main()
H A Dmount.c102 extern char *default_fstype(char *);
496 fstype = default_fstype(special); in main()
H A Ddf.c61 extern char *default_fstype(char *);
1717 return (F_option ? FSType : default_fstype(special)); in find_fstype()