Searched refs:vfstype (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/fsck/ |
H A D | fsck.c | 100 const char *vfstype = NULL; in main() local 165 vfstype = optarg; in main() 212 if (vfstype == NULL) in main() 213 vfstype = getfstype(spec); in main() 214 if (vfstype == NULL) in main() 215 vfstype = "ufs"; in main() 216 type = vfstype; in main() 305 char *vfstype = NULL; in checkfs() local 311 (void) &vfstype; in checkfs() 323 vfstype = strdup(pvfstype); in checkfs() [all …]
|
/freebsd/sbin/mount/ |
H A D | mount.c | 113 use_mountprog(const char *vfstype) in use_mountprog() argument 130 if (strcmp(vfstype, fs[i]) == 0) in use_mountprog() 206 const char *mntfromname, **vfslist, *vfstype; in main() local 217 vfstype = "ufs"; in main() 267 vfstype = optarg; in main() 431 vfstype = "nfs"; in main() 433 rval = mountfs(vfstype, in main() 540 mountfs(const char *vfstype, const char *spec, const char *name, int flags, in mountfs() argument 549 if (allow_file_mount(vfstype)) { in mountfs() 582 if (strcmp(vfstype, "msdos") == 0) in mountfs() [all …]
|
H A D | mount_fs.c | 63 mount_fs(const char *vfstype, int argc, char *argv[]) in mount_fs() argument 74 strlcpy(fstype, vfstype, sizeof(fstype)); in mount_fs()
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 1073 n/-o/x:'<options>'/ n/-t/x:'<vfstype>'/ \ 1076 complete umount c/-/"(a h n r t v V)"/ n/-t/x:'<vfstype>'/ \
|