Searched refs:root_device_name (Results 1 – 2 of 2) sorted by relevance
340 static int __init mount_nodev_root(char *root_device_name) in mount_nodev_root() argument357 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()368 static void __init mount_block_root(char *root_device_name) in mount_block_root() argument374 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root()377 static inline void mount_block_root(char *root_device_name) in mount_block_root() argument382 void __init mount_root(char *root_device_name) in mount_root() argument392 mount_root_generic(root_device_name, root_device_name, in mount_root()396 if (root_device_name && root_fs_names && in mount_root()397 mount_nodev_root(root_device_name) == 0) in mount_root()401 mount_block_root(root_device_name); in mount_root()[all …]
16 void mount_root(char *root_device_name);