Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dswim.c807 err = register_blkdev(FLOPPY_MAJOR, "fd"); in swim_floppy_init()
810 FLOPPY_MAJOR); in swim_floppy_init()
836 swd->unit[drive].disk->major = FLOPPY_MAJOR; in swim_floppy_init()
854 unregister_blkdev(FLOPPY_MAJOR, "fd"); in swim_floppy_init()
928 unregister_blkdev(FLOPPY_MAJOR, "fd"); in swim_remove()
967 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
H A Dswim3.c1200 rc = register_blkdev(FLOPPY_MAJOR, "fd"); in swim3_attach()
1223 disk->major = FLOPPY_MAJOR; in swim3_attach()
1245 unregister_blkdev(FLOPPY_MAJOR, "fd"); in swim3_attach()
1290 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
H A Dataflop.c2001 disk->major = FLOPPY_MAJOR; in ataflop_alloc_disk()
2136 ret = __register_blkdev(FLOPPY_MAJOR, "fd", ataflop_probe); in atari_floppy_init()
2193 unregister_blkdev(FLOPPY_MAJOR, "fd"); in atari_floppy_exit()
H A Damiflop.c1786 disk->major = FLOPPY_MAJOR; in fd_alloc_disk()
1870 if (register_blkdev(FLOPPY_MAJOR,"fd")) in amiga_floppy_probe()
1929 unregister_blkdev(FLOPPY_MAJOR,"fd"); in amiga_floppy_probe()
H A Dfloppy.c4527 disk->major = FLOPPY_MAJOR; in floppy_alloc_disk()
4612 err = __register_blkdev(FLOPPY_MAJOR, "fd", floppy_probe); in do_floppy_init()
4759 unregister_blkdev(FLOPPY_MAJOR, "fd"); in do_floppy_init()
4980 unregister_blkdev(FLOPPY_MAJOR, "fd"); in floppy_module_exit()
5035 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
/linux/include/uapi/linux/
H A Dmajor.h13 #define FLOPPY_MAJOR 2 macro