taglinefilesource code
RAMDISK_MAJOR60drivers/block/rd.c#define MAJOR_NR RAMDISK_MAJOR
RAMDISK_MAJOR127include/linux/blk.h#elif (MAJOR_NR == RAMDISK_MAJOR)
RAMDISK_MAJOR857init/main.cif (mount_initrd && ROOT_DEV != real_root_dev && ROOT_DEV == MKDEV(RAMDISK_MAJOR,0)) {
RAMDISK_MAJOR863init/main.cif (real_root_dev != MKDEV(RAMDISK_MAJOR, 0)) {