Home
last modified time | relevance | path

Searched refs:root_fs_names (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/init/
H A Ddo_mounts.c113 static char * __initdata root_fs_names; variable
116 root_fs_names = str; in fs_names_setup()
137 strscpy(p, root_fs_names, size); in split_fs_names()
195 if (root_fs_names) in mount_root_generic()
223 if (root_fs_names) in mount_root_generic()
400 if (root_device_name && root_fs_names && in mount_root()
514 if (!saved_root_name[0] && !root_fs_names) in init_rootfs()
516 else if (root_fs_names && !!strstr(root_fs_names, "tmpfs")) in init_rootfs()
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c344 static char * __initdata root_fs_names; variable
347 root_fs_names = str; in fs_names_setup()
366 if (root_fs_names) { in get_fs_names()
367 strcpy(page, root_fs_names); in get_fs_names()
653 if (!saved_root_name[0] && !root_fs_names) in init_rootfs()
655 else if (root_fs_names && !!strstr(root_fs_names, "tmpfs")) in init_rootfs()

Completed in 3 milliseconds