Searched refs:do_mount_root (Results 1 – 1 of 1) sorted by relevance
| /linux/init/ |
| H A D | do_mounts.c | 149 static int __init do_mount_root(const char *name, const char *fs, in do_mount_root() function 205 err = do_mount_root(name, p, flags, root_mount_data); in mount_root_generic() 277 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data)) in mount_nfs_root() 314 if (!do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 364 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
|