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

/freebsd-10.1-release/sbin/fsck/
H A Dfsck.c93 const char *vfstype = NULL; local
158 vfstype = optarg;
205 if (vfstype == NULL)
206 vfstype = getfslab(spec);
207 if (vfstype == NULL)
209 type = vfstype;
295 char *vfstype = NULL; local
301 (void) &vfstype;
304 * We convert the vfstype to lowercase and any spaces to underscores
313 vfstype
545 const char *vfstype; local
[all...]
/freebsd-10.1-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.c138 use_mountprog(const char *vfstype) argument
155 if (strcmp(vfstype, fs[i]) == 0)
245 const char *mntfromname, **vfslist, *vfstype; local
256 vfstype = "ufs";
300 vfstype = optarg;
452 vfstype = "nfs";
454 rval = mountfs(vfstype,
544 mountfs(const char *vfstype, const char *spec, const char *name, int flags, argument
579 if (strcmp(vfstype, "msdos") == 0) {
582 vfstype
[all...]

Completed in 56 milliseconds