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 D | 0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch | 23 -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 D | do_mounts.c | 426 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 D | do_mounts.h | 13 void mount_block_root(char *name, int flags);
|
| H A D | do_mounts_initrd.c | 78 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 D | 0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch | 19 @@ -420,6 +420,15 @@ void __init mount_block_root(char *name, int flags)
|