Searched refs:root_device_name (Results 1 – 2 of 2) sorted by relevance
347 static int __init mount_nodev_root(char *root_device_name) in mount_nodev_root() argument364 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()375 static void __init mount_block_root(char *root_device_name) in mount_block_root() argument381 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root()384 static inline void mount_block_root(char *root_device_name) in mount_block_root() argument389 void __init mount_root(char *root_device_name) in mount_root() argument399 mount_root_generic(root_device_name, root_device_name, in mount_root()403 if (root_device_name && root_fs_names && in mount_root()404 mount_nodev_root(root_device_name) == 0) in mount_root()408 mount_block_root(root_device_name); in mount_root()[all …]
16 void mount_root(char *root_device_name);38 bool __init initrd_load(char *root_device_name);40 static inline bool initrd_load(char *root_device_name) in initrd_load() argument