Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
mtdblk_dev Struct Reference

Public Types

enum  { STATE_EMPTY, STATE_CLEAN, STATE_DIRTY }
 

Data Fields

struct mtd_blktrans_dev mbd
 
int count
 
struct mutex cache_mutex
 
unsigned charcache_data
 
unsigned long cache_offset
 
unsigned int cache_size
 
enum mtdblk_dev:: { ... }  cache_state
 

Detailed Description

Definition at line 37 of file mtdblock.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
STATE_EMPTY 
STATE_CLEAN 
STATE_DIRTY 

Definition at line 44 of file mtdblock.c.

Field Documentation

unsigned char* cache_data

Definition at line 41 of file mtdblock.c.

struct mutex cache_mutex

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.


The documentation for this struct was generated from the following file: