fstypename
"using \"Microsoft Basic Data\"", i, fstypename(fstype));
fstypename(dl->d_partitions[i].p_fstype));
const char *mountopts, *fstypename;
fstypename = mntbuf->f_fstypename;
fstypename = fs->fs_vfstype;
rval = mountfs(fstypename, mntfromname,
vfs_rootmountalloc(const char *fstypename, const char *devname,
if (!strncmp(vfsp->vfs_name, fstypename,
char fstypename[sizeof(((struct statvfs *)NULL)->f_fstypename)];
error = copyinstr(fstype, fstypename, sizeof(fstypename),
error = copystr(fstype, fstypename, sizeof(fstypename), NULL);
strlcpy(fstypename, mountcompatnames[fsindex],
sizeof(fstypename));
if (strcmp(fstypename, "ufs") == 0)
fstypename[0] = 'f';
if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
(void)module_autoload(fstypename, MODULE_CLASS_VFS);
if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)