Lines Matching defs:mtdswap_dev
100 struct mtdswap_dev { struct
101 struct mtd_blktrans_dev *mbd_dev;
102 struct mtd_info *mtd;
103 struct device *dev;
105 unsigned int *page_data;
106 unsigned int *revmap;
108 unsigned int eblks;
109 unsigned int spare_eblks;
110 unsigned int pages_per_eblk;
111 unsigned int max_erase_count;
112 struct swap_eb *eb_data;
114 struct mtdswap_tree trees[MTDSWAP_TREE_CNT];
116 unsigned long long sect_read_count;
117 unsigned long long sect_write_count;
118 unsigned long long mtd_write_count;
119 unsigned long long mtd_read_count;
120 unsigned long long discard_count;
121 unsigned long long discard_page_count;
123 unsigned int curr_write_pos;
124 struct swap_eb *curr_write;
126 char *page_buf;
127 char *oob_buf;