Home | History | Annotate | Download | only in misc

Lines Matching refs:fs_type

1231 static char **parse_fs_type(const char *fs_type,
1249 if (fs_type)
1250 ext_type = fs_type;
1273 profile_get_string(profile, "defaults", "fs_type", 0,
1332 _("\nWarning: the fs_type %s is not "
1483 char * fs_type = 0;
1795 if (fs_type) {
1800 fs_type = strdup(optarg);
1960 if (!fs_type)
1962 "fs_type", 0, &fs_type);
1972 fs_types = parse_fs_type(fs_type, usage_types, &fs_param,
2496 free(fs_type);