Home
last modified time | relevance | path

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

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