|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | INITRD_MINOR 250 /* shouldn't collide with /dev/ram* too soon ... */ |
Functions | |
| void | free_initrd_mem (unsigned long, unsigned long) |
Variables | |
| int | rd_doload |
| int | rd_prompt |
| int | rd_image_start |
| int | initrd_below_start_ok |
| unsigned long | initrd_start |
| unsigned long | initrd_end |
| unsigned int | real_root_dev |
| int initrd_below_start_ok |
Definition at line 24 of file do_mounts_initrd.c.
| unsigned long initrd_end |
Definition at line 23 of file do_mounts_initrd.c.
| unsigned long initrd_start |
Definition at line 23 of file do_mounts_initrd.c.
| int rd_doload |
Definition at line 36 of file do_mounts.c.
| int rd_image_start |
Definition at line 36 of file do_mounts_rd.c.
| int rd_prompt |
Definition at line 27 of file do_mounts_rd.c.
| unsigned int real_root_dev |
Definition at line 25 of file do_mounts_initrd.c.
1.8.2