Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Ddo_mounts.c344 static int __init mount_nodev_root(char *root_device_name) in mount_nodev_root() argument
361 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
372 static void __init mount_block_root(char *root_device_name) in mount_block_root() argument
378 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root()
381 static inline void mount_block_root(char *root_device_name) in mount_block_root() argument
386 void __init mount_root(char *root_device_name) in mount_root() argument
396 mount_root_generic(root_device_name, root_device_name, in mount_root()
400 if (root_device_name && root_fs_names && in mount_root()
401 mount_nodev_root(root_device_name) == 0) in mount_root()
405 mount_block_root(root_device_name); in mount_root()
[all …]
H A Ddo_mounts_initrd.c86 static void __init handle_initrd(char *root_device_name) in handle_initrd() argument
98 mount_root_generic("/dev/root.old", root_device_name, in handle_initrd()
121 mount_root(root_device_name); in handle_initrd()
137 bool __init initrd_load(char *root_device_name) in initrd_load() argument
149 handle_initrd(root_device_name); in initrd_load()
H A Ddo_mounts.h14 void mount_root(char *root_device_name);
36 bool __init initrd_load(char *root_device_name);
38 static inline bool initrd_load(char *root_device_name) in initrd_load() argument