Home
last modified time | relevance | path

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

/linux-5.19.10/init/
Ddo_mounts.h13 void mount_block_root(char *name, int flags);
Ddo_mounts.c394 void __init mount_block_root(char *name, int flags) in mount_block_root() function
592 mount_block_root("/dev/root", root_mountflags); in mount_root()
623 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts_initrd.c98 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()