Home
last modified time | relevance | path

Searched refs:do_mount_root (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts.c389 static int __init do_mount_root(const char *name, const char *fs, in do_mount_root() function
438 int err = do_mount_root(name, p, flags, root_mount_data); in mount_block_root()
501 err = do_mount_root(root_dev, "nfs", in mount_nfs_root()
538 err = do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root()
/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-.patch19 @@ -423,12 +423,13 @@ static int __init do_mount_root(const char *name, const char *fs,