Home
last modified time | relevance | path

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

/linux/init/
H A Ddo_mounts.c346 static int __init mount_nodev_root(char *root_device_name) in mount_nodev_root() argument
363 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
374 static void __init mount_block_root(char *root_device_name) in mount_block_root() argument
380 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root()
383 static inline void mount_block_root(char *root_device_name) in mount_block_root() argument
388 void __init mount_root(char *root_device_name) in mount_root() argument
398 mount_root_generic(root_device_name, root_device_name, in mount_root()
402 if (root_device_name && root_fs_names && in mount_root()
403 mount_nodev_root(root_device_name) in mount_root()
413 wait_for_root(char * root_device_name) wait_for_root() argument
435 parse_root_device(char * root_device_name) parse_root_device() argument
[all...]
H A Ddo_mounts.h16 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