Lines Matching defs:vfstype
107 const char *mntfromname, *mntonname, **vfslist, *vfstype;
123 vfstype = ffs_fstype;
150 vfstype = optarg;
303 vfstype = "nfs";
305 vfstype = getfslab(mntfromname);
306 if (vfstype == NULL)
307 vfstype = ffs_fstype;
310 rval = mountfs(vfstype, mntfromname, argv[1], init_flags,
361 mountfs(const char *vfstype, const char *spec, const char *name,
427 strncmp(vfstype, mountedtype, cmplen) == 0) {
451 if (vfstype == ffs_fstype && statvfs(name, &sf) != -1)
452 vfstype = sf.f_fstypename;
459 strncmp(vfstype, PUFFS_TYPEPREFIX, sizeof(PUFFS_TYPEPREFIX)-1) == 0)
462 (void)snprintf(execbase, sizeof(execbase), "rump_%s", vfstype);
464 (void)snprintf(execbase, sizeof(execbase), "mount_%s", vfstype);
731 const char *vfstype;
780 vfstype = NULL;
782 vfstype = mountnames[fstype];
784 return vfstype;