Searched refs:do_mount_root (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/init/ |
H A D | do_mounts.c | 148 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() 274 if (!do_mount_root(root_dev, "nfs", root_mountflags, root_data)) in mount_nfs_root() 311 if (!do_mount_root(root_dev, "cifs", root_mountflags, in mount_cifs_root() 361 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
|
/kernel/linux/linux-5.10/init/ |
H A D | do_mounts.c | 389 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()
|
Completed in 2 milliseconds