Home
last modified time | relevance | path

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

/linux-2.6.39/init/
Ddo_mounts.c288 static int __init do_mount_root(char *name, char *fs, int flags, void *data) in do_mount_root() function
318 int err = do_mount_root(name, p, flags, root_mount_data); in mount_block_root()
369 if (do_mount_root(root_dev, "nfs", root_mountflags, root_data) != 0) in mount_nfs_root()