Linux Kernel
3.7.1
|
Public Types | |
enum | { STATE_EMPTY, STATE_CLEAN, STATE_DIRTY } |
Data Fields | |
struct mtd_blktrans_dev | mbd |
int | count |
struct mutex | cache_mutex |
unsigned char * | cache_data |
unsigned long | cache_offset |
unsigned int | cache_size |
enum mtdblk_dev:: { ... } | cache_state |
Definition at line 37 of file mtdblock.c.
anonymous enum |
Definition at line 44 of file mtdblock.c.
unsigned char* cache_data |
Definition at line 41 of file mtdblock.c.
Definition at line 40 of file mtdblock.c.
unsigned long cache_offset |
Definition at line 42 of file mtdblock.c.
unsigned int cache_size |
Definition at line 43 of file mtdblock.c.
enum { ... } cache_state |
int count |
Definition at line 39 of file mtdblock.c.
Definition at line 38 of file mtdblock.c.