tag | line | file | source code |
ROOT_DEV | 128 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV,block+1,BLOCK_SIZE, 0, PAGE_SIZE); |
ROOT_DEV | 176 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV, block, BLOCK_SIZE, 0, PAGE_SIZE); |
ROOT_DEV | 178 | drivers/block/ramdisk.c | bh = bread(ROOT_DEV, block, BLOCK_SIZE); |
ROOT_DEV | 194 | drivers/block/ramdisk.c | ROOT_DEV = ((MEM_MAJOR << 8) | RAMDISK_MINOR); |
ROOT_DEV | 216 | drivers/block/ramdisk.c | if (MAJOR(ROOT_DEV) != FLOPPY_MAJOR) |
ROOT_DEV | 225 | drivers/block/ramdisk.c | inode.i_rdev = ROOT_DEV; |
ROOT_DEV | 37 | fs/super.c | dev_t ROOT_DEV = 0; |
ROOT_DEV | 240 | fs/super.c | if (dev == ROOT_DEV) { |
ROOT_DEV | 327 | fs/super.c | if (dev==ROOT_DEV) { |
ROOT_DEV | 406 | fs/super.c | if (!(retval = do_umount(dev)) && dev != ROOT_DEV) { |
ROOT_DEV | 648 | fs/super.c | if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) { |
ROOT_DEV | 656 | fs/super.c | d_inode.i_rdev = ROOT_DEV; |
ROOT_DEV | 674 | fs/super.c | sb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1); |
ROOT_DEV | 689 | fs/super.c | MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); |
ROOT_DEV | 497 | include/linux/fs.h | extern dev_t ROOT_DEV; |
ROOT_DEV | 332 | init/main.c | ROOT_DEV = simple_strtoul(line,NULL,16); |
ROOT_DEV | 339 | init/main.c | ROOT_DEV = devnums[n]+simple_strtoul(line+len,NULL,0); |
ROOT_DEV | 411 | init/main.c | ROOT_DEV = ORIG_ROOT_DEV; |