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

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmount.c101 const char *mntfromname, *mntonname, **vfslist, *vfstype; local
117 vfstype = ffs_fstype;
144 vfstype = optarg;
293 vfstype = "nfs";
295 vfstype = getfslab(argv[0]);
296 if (vfstype == NULL)
297 vfstype = ffs_fstype;
300 rval = mountfs(vfstype,
353 mountfs(const char *vfstype, const char *spec, const char *name, argument
419 strncmp(vfstype, mountedtyp
716 const char *vfstype; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck/
H A Dfsck.c100 const char *vfstype = NULL; local
150 vfstype = optarg;
210 if (vfstype == NULL)
211 vfstype = getfslab(spec);
212 type = vfstype;
266 const char * volatile vfstype = vfst; local
272 const char *extra = getoptions(vfstype);
274 if (!strcmp(vfstype, "ufs"))
275 vfstype = MOUNT_UFS;
287 (void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype);
544 const char *vfstype; local
[all...]

Completed in 124 milliseconds