Home
last modified time | relevance | path

Searched refs:FLOPPY_MAJOR (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/block/
H A Dswim.c810 err = register_blkdev(FLOPPY_MAJOR, "fd"); in swim_floppy_init()
813 FLOPPY_MAJOR); in swim_floppy_init()
839 swd->unit[drive].disk->major = FLOPPY_MAJOR; in swim_floppy_init()
857 unregister_blkdev(FLOPPY_MAJOR, "fd"); in swim_floppy_init()
931 unregister_blkdev(FLOPPY_MAJOR, "fd"); in swim_remove()
970 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
H A Dswim3.c1204 rc = register_blkdev(FLOPPY_MAJOR, "fd"); in swim3_attach()
1226 disk->major = FLOPPY_MAJOR; in swim3_attach()
1248 unregister_blkdev(FLOPPY_MAJOR, "fd"); in swim3_attach()
1293 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
H A Dataflop.c2005 disk->major = FLOPPY_MAJOR; in ataflop_alloc_disk()
2139 ret = __register_blkdev(FLOPPY_MAJOR, "fd", ataflop_probe); in atari_floppy_init()
2196 unregister_blkdev(FLOPPY_MAJOR, "fd"); in atari_floppy_exit()
H A Damiflop.c1790 disk->major = FLOPPY_MAJOR; in fd_alloc_disk()
1873 if (register_blkdev(FLOPPY_MAJOR,"fd")) in amiga_floppy_probe()
1932 unregister_blkdev(FLOPPY_MAJOR,"fd"); in amiga_floppy_probe()
H A Dfloppy.c4523 disk->major = FLOPPY_MAJOR; in floppy_alloc_disk()
4607 err = __register_blkdev(FLOPPY_MAJOR, "fd", floppy_probe); in do_floppy_init()
4754 unregister_blkdev(FLOPPY_MAJOR, "fd"); in do_floppy_init()
4973 unregister_blkdev(FLOPPY_MAJOR, "fd"); in floppy_module_exit()
5029 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
/linux/include/uapi/linux/
H A Dmajor.h13 #define FLOPPY_MAJOR 2 macro