Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_5.10/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch23 -void __init mount_block_root(char *name, int flags)
24 +void __init mount_block_root(char *name, int mountflags)
34 @@ -464,6 +465,15 @@ void __init mount_block_root(char *name, int flags)
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts.c426 void __init mount_block_root(char *name, int flags) in mount_block_root() function
576 mount_block_root("/dev/root", root_mountflags); in mount_root()
607 mount_block_root(root_device_name, root_mountflags); in prepare_namespace()
H A Ddo_mounts.h13 void mount_block_root(char *name, int flags);
H A Ddo_mounts_initrd.c78 mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY); in handle_initrd()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.19/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch19 @@ -420,6 +420,15 @@ void __init mount_block_root(char *name, int flags)