fstype 311 kern/startup/menu.c char *fstype;
fstype 320 kern/startup/menu.c fstype = args[1];
fstype 329 kern/startup/menu.c if (!strcmp(mounttable[i].name, fstype)) {
fstype 333 kern/startup/menu.c kprintf("Unknown filesystem type %s\n", fstype);