Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/syscalls.h>
#include <linux/unistd.h>
#include <linux/slab.h>
#include <linux/mount.h>
#include <linux/major.h>
#include <linux/root_dev.h>
Go to the source code of this file.
Functions | |
void | change_floppy (char *fmt,...) |
void | mount_block_root (char *name, int flags) |
void | mount_root (void) |
Variables | |
int | root_mountflags |
Definition at line 354 of file do_mounts.c.
Definition at line 483 of file do_mounts.c.
int root_mountflags |
Definition at line 38 of file do_mounts.c.