tag | line | file | source code |
ROOT_DEV | 100 | arch/alpha/kernel/setup.c | ROOT_DEV = 0x0802; /* sda2 */ |
ROOT_DEV | 86 | arch/i386/kernel/setup.c | ROOT_DEV = ORIG_ROOT_DEV; |
ROOT_DEV | 78 | arch/mips/kernel/setup.c | ROOT_DEV = ORIG_ROOT_DEV; |
ROOT_DEV | 129 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV,block+1,BLOCK_SIZE, 0, PAGE_SIZE); |
ROOT_DEV | 175 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV, block, BLOCK_SIZE, 0, PAGE_SIZE); |
ROOT_DEV | 177 | drivers/block/ramdisk.c | bh = bread(ROOT_DEV, block, BLOCK_SIZE); |
ROOT_DEV | 193 | drivers/block/ramdisk.c | ROOT_DEV = ((MEM_MAJOR << 8) | RAMDISK_MINOR); |
ROOT_DEV | 215 | drivers/block/ramdisk.c | if (MAJOR(ROOT_DEV) != FLOPPY_MAJOR) |
ROOT_DEV | 224 | drivers/block/ramdisk.c | inode.i_rdev = ROOT_DEV; |
ROOT_DEV | 38 | fs/super.c | dev_t ROOT_DEV = 0; |
ROOT_DEV | 241 | fs/super.c | if (dev == ROOT_DEV) { |
ROOT_DEV | 360 | fs/super.c | if (dev==ROOT_DEV) { |
ROOT_DEV | 439 | fs/super.c | if (!(retval = do_umount(dev)) && dev != ROOT_DEV) { |
ROOT_DEV | 681 | fs/super.c | if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) { |
ROOT_DEV | 689 | fs/super.c | d_inode.i_rdev = ROOT_DEV; |
ROOT_DEV | 707 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
ROOT_DEV | 722 | fs/super.c | MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); |
ROOT_DEV | 508 | include/linux/fs.h | extern dev_t ROOT_DEV; |
ROOT_DEV | 328 | init/main.c | ROOT_DEV = simple_strtoul(line,NULL,16); |
ROOT_DEV | 335 | init/main.c | ROOT_DEV = devnums[n]+simple_strtoul(line+len,NULL,0); |