Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c381 void __init mount_block_root(char *name, int flags) in mount_block_root() function
541 mount_block_root("/dev/root", root_mountflags); in mount_root()
575 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
Ddo_mounts.h12 void mount_block_root(char *name, int flags);
Ddo_mounts_initrd.c61 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()