Home
last modified time | relevance | path

Searched defs:mtdblk_dev (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/mtd/
Dmtdblock.c37 struct mtdblk_dev { struct
38 struct mtd_blktrans_dev mbd;
39 int count;
40 struct mutex cache_mutex;
41 unsigned char *cache_data;
42 unsigned long cache_offset;
43 unsigned int cache_size;
44 enum { STATE_EMPTY, STATE_CLEAN, STATE_DIRTY } cache_state;