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

/freebsd-13-stable/sbin/fsck/
H A Dfsck.c104 const char *vfstype = NULL; local
169 vfstype = optarg;
216 if (vfstype == NULL)
217 vfstype = getfstype(spec);
218 if (vfstype == NULL)
219 vfstype = "ufs";
220 type = vfstype;
306 char *vfstype = NULL; local
312 (void) &vfstype;
315 * We convert the vfstype t
[all...]
/freebsd-13-stable/sbin/mount/
H A Dmount_fs.c77 mount_fs(const char *vfstype, int argc, char *argv[]) argument
88 strlcpy(fstype, vfstype, sizeof(fstype));
H A Dmount.c117 use_mountprog(const char *vfstype) argument
134 if (strcmp(vfstype, fs[i]) == 0)
235 const char *mntfromname, **vfslist, *vfstype; local
246 vfstype = "ufs";
290 vfstype = optarg;
446 vfstype = "nfs";
448 rval = mountfs(vfstype,
546 mountfs(const char *vfstype, const char *spec, const char *name, int flags, argument
581 if (strcmp(vfstype, "msdos") == 0)
582 vfstype
[all...]

Completed in 137 milliseconds