Home
last modified time | relevance | path

Searched refs:RAMDISK_MAJOR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/
H A Dbrd.c243 MODULE_ALIAS_BLOCKDEV_MAJOR(RAMDISK_MAJOR);
332 disk->major = RAMDISK_MAJOR; in brd_alloc()
414 if (__register_blkdev(RAMDISK_MAJOR, "ramdisk", brd_probe)) { in brd_init()
435 unregister_blkdev(RAMDISK_MAJOR, "ramdisk"); in brd_exit()
/linux/include/linux/
H A Droot_dev.h13 Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
/linux/include/uapi/linux/
H A Dmajor.h12 #define RAMDISK_MAJOR 1 macro
/linux/init/
H A Ddo_mounts_rd.c