taglinefilesource code
ROOT_DEV116drivers/block/ramdisk.cbh = breada(ROOT_DEV,block+1,BLOCK_SIZE, 0,  PAGE_SIZE);
ROOT_DEV144drivers/block/ramdisk.cbh = breada(ROOT_DEV, block, BLOCK_SIZE, 0,  PAGE_SIZE);
ROOT_DEV146drivers/block/ramdisk.cbh = bread(ROOT_DEV, block, BLOCK_SIZE);
ROOT_DEV162drivers/block/ramdisk.cROOT_DEV = ((MEM_MAJOR << 8) | RAMDISK_MINOR);
ROOT_DEV184drivers/block/ramdisk.cif (MAJOR(ROOT_DEV) != FLOPPY_MAJOR)
ROOT_DEV192drivers/block/ramdisk.ccheck_disk_change(ROOT_DEV);
ROOT_DEV39fs/super.cdev_t ROOT_DEV = 0;
ROOT_DEV242fs/super.cif (dev == ROOT_DEV) {
ROOT_DEV337fs/super.cif (dev==ROOT_DEV) {
ROOT_DEV416fs/super.cif (!(retval = do_umount(dev)) && dev != ROOT_DEV) {
ROOT_DEV652fs/super.cif (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) {
ROOT_DEV662fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
ROOT_DEV677fs/super.cMAJOR(ROOT_DEV), MINOR(ROOT_DEV));
ROOT_DEV465include/linux/fs.hextern dev_t ROOT_DEV;
ROOT_DEV309init/main.cROOT_DEV = simple_strtoul(line,NULL,16);
ROOT_DEV316init/main.cROOT_DEV = devnums[n]+simple_strtoul(line+len,NULL,16);
ROOT_DEV401init/main.cROOT_DEV = ORIG_ROOT_DEV;