Searched refs:vfstype (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/mount/
H A Dmount.c107 const char *mntfromname, *mntonname, **vfslist, *vfstype; local
123 vfstype = ffs_fstype;
150 vfstype = optarg;
297 vfstype = "nfs";
299 vfstype = getfslab(mntfromname);
300 if (vfstype == NULL)
301 vfstype = ffs_fstype;
304 rval = mountfs(vfstype, mntfromname, argv[1], init_flags,
355 mountfs(const char *vfstype, const char *spec, const char *name, argument
421 strncmp(vfstype, mountedtyp
716 const char *vfstype; local
[all...]
/netbsd-current/sbin/fsck/
H A Dfsck.c100 const char *vfstype = NULL; local
151 vfstype = optarg;
232 if (vfstype == NULL)
233 vfstype = getfslab(spec);
234 type = vfstype;
280 const char * volatile vfstype = vfst; local
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
[all...]

Completed in 144 milliseconds