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

/freebsd-9.3-release/sbin/fsck/
H A Dfsck.c97 const char *vfstype = NULL; local
160 vfstype = optarg;
199 if (vfstype == NULL)
200 vfstype = getfslab(spec);
201 if (vfstype == NULL)
203 type = vfstype;
289 char *vfstype = NULL; local
295 (void) &vfstype;
298 * We convert the vfstype to lowercase and any spaces to underscores
307 vfstype
539 const char *vfstype; local
[all...]
/freebsd-9.3-release/sbin/mount/
H A Dmount_fs.c75 mount_fs(const char *vfstype, int argc, char *argv[]) argument
86 strlcpy(fstype, vfstype, sizeof(fstype));
H A Dmount.c137 use_mountprog(const char *vfstype) argument
154 if (strcmp(vfstype, fs[i]) == 0)
244 const char *mntfromname, **vfslist, *vfstype; local
254 vfstype = "ufs";
291 vfstype = optarg;
441 vfstype = "nfs";
443 rval = mountfs(vfstype,
533 mountfs(const char *vfstype, const char *spec, const char *name, int flags, argument
565 if (strcmp(vfstype, "msdos") == 0) {
568 vfstype
[all...]

Completed in 133 milliseconds