Searched refs:root_device_name (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/init/ |
D | do_mounts.c | 31 static char * __initdata root_device_name; variable 428 root_device_name, b, err); in mount_block_root() 556 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root() 582 if (ROOT_DEV == 0 && root_device_name && root_fs_names) { in mount_root() 620 root_device_name = saved_root_name; in prepare_namespace() 621 if (!strncmp(root_device_name, "mtd", 3) || in prepare_namespace() 622 !strncmp(root_device_name, "ubi", 3)) { in prepare_namespace() 623 mount_block_root(root_device_name, root_mountflags); in prepare_namespace() 626 ROOT_DEV = name_to_dev_t(root_device_name); in prepare_namespace() 627 if (strncmp(root_device_name, "/dev/", 5) == 0) in prepare_namespace() [all …]
|