tag | line | file | source code |
ROOT_DEV | 77 | arch/alpha/kernel/setup.c | ROOT_DEV = 0x0200; /* fd0 */ |
ROOT_DEV | 85 | 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 | 177 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV, block, BLOCK_SIZE, 0, PAGE_SIZE); |
ROOT_DEV | 179 | drivers/block/ramdisk.c | bh = bread(ROOT_DEV, block, BLOCK_SIZE); |
ROOT_DEV | 195 | drivers/block/ramdisk.c | ROOT_DEV = ((MEM_MAJOR << 8) | RAMDISK_MINOR); |
ROOT_DEV | 217 | drivers/block/ramdisk.c | if (MAJOR(ROOT_DEV) != FLOPPY_MAJOR) |
ROOT_DEV | 226 | 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 | 328 | fs/super.c | if (dev==ROOT_DEV) { |
ROOT_DEV | 407 | fs/super.c | if (!(retval = do_umount(dev)) && dev != ROOT_DEV) { |
ROOT_DEV | 649 | fs/super.c | if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) { |
ROOT_DEV | 657 | fs/super.c | d_inode.i_rdev = ROOT_DEV; |
ROOT_DEV | 675 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
ROOT_DEV | 690 | fs/super.c | MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); |
ROOT_DEV | 498 | include/linux/fs.h | extern dev_t ROOT_DEV; |
ROOT_DEV | 294 | init/main.c | ROOT_DEV = simple_strtoul(line,NULL,16); |
ROOT_DEV | 301 | init/main.c | ROOT_DEV = devnums[n]+simple_strtoul(line+len,NULL,0); |