Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Ddo_mounts.c308 static char * __initdata root_fs_names; variable
311 root_fs_names = str; in fs_names_setup()
330 if (root_fs_names) { in get_fs_names()
331 strcpy(page, root_fs_names); in get_fs_names()
626 (!root_fs_names || strstr(root_fs_names, "tmpfs"))) { in init_rootfs()