get_fstype
int get_fstype(struct disklabel *, int);
get_fstype(lp, partno) == 0 &&
get_fstype(lp, partno) == 0 &&
if ((fstype = get_fstype(optarg)) == NULL)
static fstype_t *get_fstype(const char *);
if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL)