get_fstype
if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL)
if ((fstype = get_fstype(optarg)) == NULL)
static fstype_t *get_fstype(const char *);