Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/init/
H A Ddo_mounts.c35 dev_t ROOT_DEV; variable
172 ROOT_DEV = s->s_dev; in do_mount_root()
177 MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); in do_mount_root()
194 MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); in mount_root_generic()
374 int err = create_dev("/dev/root", ROOT_DEV); in mount_block_root()
388 switch (ROOT_DEV) { in mount_root()
415 if (ROOT_DEV != 0) in wait_for_root()
423 early_lookup_bdev(root_device_name, &ROOT_DEV) < in wait_for_root()
[all...]
H A Ddo_mounts_initrd.c95 real_root_dev = new_encode_dev(ROOT_DEV); in handle_initrd()
120 ROOT_DEV = new_decode_dev(real_root_dev); in handle_initrd()
147 if (rd_load_image("/initrd.image") && ROOT_DEV != Root_RAM0) { in initrd_load()
H A Ddo_mounts_rd.c281 create_dev("/dev/root", ROOT_DEV); in rd_load_disk()
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c36 dev_t ROOT_DEV; variable
413 ROOT_DEV = s->s_dev; in do_mount_root()
418 MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); in do_mount_root()
434 MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); in mount_block_root()
557 if (ROOT_DEV == Root_NFS) { in mount_root()
564 if (ROOT_DEV == Root_CIFS) { in mount_root()
572 int err = create_dev("/dev/root", ROOT_DEV); in mount_root()
610 ROOT_DEV in prepare_namespace()
[all...]
H A Ddo_mounts_initrd.c75 real_root_dev = new_encode_dev(ROOT_DEV); in handle_initrd()
107 ROOT_DEV = new_decode_dev(real_root_dev); in handle_initrd()
134 if (rd_load_image("/initrd.image") && ROOT_DEV != Root_RAM0) { in initrd_load()
H A Ddo_mounts_rd.c281 create_dev("/dev/root", ROOT_DEV); in rd_load_disk()
/kernel/linux/linux-6.6/include/linux/
H A Droot_dev.h16 extern dev_t ROOT_DEV;
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dsetup.c319 ROOT_DEV = Root_RAM0; in pmac_setup_arch()
322 ROOT_DEV = DEFAULT_ROOT_DEVICE; in pmac_setup_arch()
363 ROOT_DEV != DEFAULT_ROOT_DEVICE) in note_bootable_part()
369 ROOT_DEV = dev + part; in note_bootable_part()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dsetup.c302 ROOT_DEV = Root_RAM0; in pmac_setup_arch()
305 ROOT_DEV = DEFAULT_ROOT_DEVICE; in pmac_setup_arch()
339 ROOT_DEV != DEFAULT_ROOT_DEVICE) in note_bootable_part()
345 ROOT_DEV = dev + part; in note_bootable_part()
/kernel/linux/linux-5.10/include/linux/
H A Droot_dev.h23 extern dev_t ROOT_DEV;
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Duboot.c84 ROOT_DEV = Root_RAM0; in parse_uboot_commandline()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Duboot.c84 ROOT_DEV = Root_RAM0; in parse_uboot_commandline()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsroot.c47 ROOT_DEV = Root_CIFS; in cifs_root_setup()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsroot.c47 ROOT_DEV = Root_CIFS; in cifs_root_setup()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dsetup.c162 ROOT_DEV = Root_RAM0; in check_for_initrd()
279 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); in setup_arch()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dsetup.c162 ROOT_DEV = Root_RAM0; in check_for_initrd()
279 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); in setup_arch()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipconfig.c1463 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) { in wait_for_devices()
1531 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) || in ip_auto_config()
1553 if (ROOT_DEV == Root_NFS) { in ip_auto_config()
1559 if (ROOT_DEV == Root_CIFS) { in ip_auto_config()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfsroot.c139 ROOT_DEV = Root_NFS; in nfs_root_setup()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfsroot.c139 ROOT_DEV = Root_NFS; in nfs_root_setup()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Datags_parse.c58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Datags_parse.c58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipconfig.c1495 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) || in ip_auto_config()
1517 if (ROOT_DEV == Root_NFS) { in ip_auto_config()
1523 if (ROOT_DEV == Root_CIFS) { in ip_auto_config()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsetup_32.c353 ROOT_DEV = old_decode_dev(root_dev); in setup_arch()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsetup_32.c352 ROOT_DEV = old_decode_dev(root_dev); in setup_arch()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsetup.c176 ROOT_DEV = Root_RAM0; in init_initrd()

Completed in 19 milliseconds

12