taglinefilesource code
this_floppy1112drivers/block/floppy.cstruct floppy_struct *this_floppy;
this_floppy1133drivers/block/floppy.cif (drive > 3) this_floppy = &floppy_type[drive >> 2];
this_floppy1134drivers/block/floppy.celse if ((this_floppy = current_type[drive & 3]) == NULL)
this_floppy1140drivers/block/floppy.cput_fs_byte(((char *) this_floppy)[cnt],