taglinefilesource code
FLOPPY_MAJOR112drivers/block/blk.h#elif (MAJOR_NR == FLOPPY_MAJOR)
FLOPPY_MAJOR160drivers/block/floppy.c#define MAJOR_NR FLOPPY_MAJOR
FLOPPY_MAJOR335drivers/block/ll_rw_blk.c|| major == FLOPPY_MAJOR
FLOPPY_MAJOR341drivers/block/ll_rw_blk.cif (major == HD_MAJOR || major == FLOPPY_MAJOR)
FLOPPY_MAJOR343drivers/block/ll_rw_blk.cif (major == FLOPPY_MAJOR)
FLOPPY_MAJOR217drivers/block/ramdisk.cif (MAJOR(ROOT_DEV) != FLOPPY_MAJOR)
FLOPPY_MAJOR649fs/super.cif (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) {