Searched refs:mount_root_generic (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/init/ |
H A D | do_mounts.h | 13 void mount_root_generic(char *name, char *pretty_name, int flags);
|
H A D | do_mounts.c | 185 void __init mount_root_generic(char *name, char *pretty_name, int flags) in mount_root_generic() function 378 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root() 396 mount_root_generic(root_device_name, root_device_name, in mount_root()
|
H A D | do_mounts_initrd.c | 98 mount_root_generic("/dev/root.old", root_device_name, in handle_initrd()
|