HomeSort by: relevance | last modified time | path
    Searched defs:vfstype (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck/
fsck.c 100 const char *vfstype = NULL; local in function:main
151 vfstype = optarg;
232 if (vfstype == NULL)
233 vfstype = getfslab(spec);
234 type = vfstype;
280 const char * volatile vfstype = vfst; local in function:checkfs
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; local in function:getfslab
    [all...]
  /src/sbin/mount/
mount.c 107 const char *mntfromname, *mntonname, **vfslist, *vfstype; local in function:main
123 vfstype = ffs_fstype;
150 vfstype = optarg;
303 vfstype = "nfs";
305 vfstype = getfslab(mntfromname);
306 if (vfstype == NULL)
307 vfstype = ffs_fstype;
310 rval = mountfs(vfstype, mntfromname, argv[1], init_flags,
361 mountfs(const char *vfstype, const char *spec, const char *name,
427 strncmp(vfstype, mountedtype, cmplen) == 0)
731 const char *vfstype; local in function:getfslab
    [all...]

Completed in 14 milliseconds