Home
last modified time | relevance | path

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

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