Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dmtdblock.c24 struct mtdblk_dev { struct
25 struct mtd_blktrans_dev mbd;
26 int count;
27 struct mutex cache_mutex;
28 unsigned char *cache_data;
29 unsigned long cache_offset;
30 unsigned int cache_size;
31 enum { STATE_EMPTY, STATE_CLEAN, STATE_DIRTY } cache_state;