Searched refs:mount_root_generic (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/init/ |
D | do_mounts.c | 184 void __init mount_root_generic(char *name, char *pretty_name, int flags) in mount_root_generic() function 380 mount_root_generic("/dev/root", root_device_name, root_mountflags); in mount_block_root() 398 mount_root_generic(root_device_name, root_device_name, in mount_root()
|
D | do_mounts.h | 15 void mount_root_generic(char *name, char *pretty_name, int flags);
|
D | do_mounts_initrd.c | 97 mount_root_generic("/dev/root.old", root_device_name, in handle_initrd()
|