Searched refs:ROOT_DEV (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/linux/
H A Droot_dev.h16 extern dev_t ROOT_DEV;
/linux-master/init/
H A Ddo_mounts.c35 dev_t ROOT_DEV; variable
172 ROOT_DEV = s->s_dev;
177 MAJOR(ROOT_DEV), MINOR(ROOT_DEV));
194 MAJOR(ROOT_DEV), MINOR(ROOT_DEV));
377 int err = create_dev("/dev/root", ROOT_DEV);
391 switch (ROOT_DEV) {
418 if (ROOT_DEV != 0)
426 early_lookup_bdev(root_device_name, &ROOT_DEV) <
[all...]
H A Ddo_mounts_initrd.c95 real_root_dev = new_encode_dev(ROOT_DEV);
120 ROOT_DEV = new_decode_dev(real_root_dev);
147 if (rd_load_image("/initrd.image") && ROOT_DEV != Root_RAM0) {
H A Ddo_mounts_rd.c281 create_dev("/dev/root", ROOT_DEV);
/linux-master/fs/smb/client/
H A Dcifsroot.c47 ROOT_DEV = Root_CIFS;
/linux-master/arch/m68k/kernel/
H A Duboot.c87 ROOT_DEV = Root_RAM0;
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c302 ROOT_DEV = Root_RAM0;
305 ROOT_DEV = DEFAULT_ROOT_DEVICE;
339 ROOT_DEV != DEFAULT_ROOT_DEVICE)
345 ROOT_DEV = dev + part;
/linux-master/arch/sh/kernel/
H A Dsetup.c157 ROOT_DEV = Root_RAM0;
274 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV);
/linux-master/fs/nfs/
H A Dnfsroot.c139 ROOT_DEV = Root_NFS;
/linux-master/net/ipv4/
H A Dipconfig.c1463 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) {
1531 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) ||
1553 if (ROOT_DEV == Root_NFS) {
1559 if (ROOT_DEV == Root_CIFS) {
/linux-master/arch/arm/kernel/
H A Datags_parse.c58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev);
/linux-master/arch/sparc/kernel/
H A Dsetup_32.c339 ROOT_DEV = old_decode_dev(root_dev);
H A Dsetup_64.c644 ROOT_DEV = old_decode_dev(root_dev);
/linux-master/arch/mips/kernel/
H A Dsetup.c176 ROOT_DEV = Root_RAM0;
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c365 /* If we were passed an initrd, set the ROOT_DEV properly if the values
370 ROOT_DEV = Root_RAM0;
/linux-master/arch/x86/kernel/
H A Dsetup.c770 ROOT_DEV = old_decode_dev(boot_params.hdr.root_dev);
/linux-master/arch/alpha/kernel/
H A Dsetup.c660 ROOT_DEV = MKDEV(SCSI_DISK0_MAJOR, 2);
/linux-master/arch/s390/kernel/
H A Dsetup.c898 ROOT_DEV = Root_RAM0;
/linux-master/drivers/mtd/
H A Dmtdcore.c775 ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, mtd->index);

Completed in 333 milliseconds