Lines Matching defs:vfstype
100 const char *vfstype = NULL;
151 vfstype = optarg;
232 if (vfstype == NULL)
233 vfstype = getfslab(spec);
234 type = vfstype;
280 const char * volatile vfstype = vfst;
286 const char *extra = getoptions(vfstype);
288 if (!strcmp(vfstype, "ufs"))
289 vfstype = MOUNT_UFS;
301 (void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype);
558 const char *vfstype;
584 errx(1, "partition `%s' is not of a legal vfstype",
587 if ((vfstype = fscknames[t]) == NULL)
588 errx(1, "vfstype `%s' on partition `%s' is not supported",
591 return vfstype;