Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dbrd.c295 MODULE_ALIAS_BLOCKDEV_MAJOR(RAMDISK_MAJOR);
369 disk->major = RAMDISK_MAJOR; in brd_alloc()
464 if (__register_blkdev(RAMDISK_MAJOR, "ramdisk", brd_probe)) { in brd_init()
485 unregister_blkdev(RAMDISK_MAJOR, "ramdisk"); in brd_exit()
/openbmc/linux/include/linux/
H A Droot_dev.h13 Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
/openbmc/linux/include/uapi/linux/
H A Dmajor.h12 #define RAMDISK_MAJOR 1 macro
/openbmc/linux/init/
H A Ddo_mounts_rd.c282 create_dev("/dev/ram", MKDEV(RAMDISK_MAJOR, n)); in rd_load_disk()