Lines Matching defs:mtdswap_dev
113 struct mtdswap_dev { struct
114 struct mtd_blktrans_dev *mbd_dev;
115 struct mtd_info *mtd;
116 struct device *dev;
118 unsigned int *page_data;
119 unsigned int *revmap;
121 unsigned int eblks;
122 unsigned int spare_eblks;
123 unsigned int pages_per_eblk;
124 unsigned int max_erase_count;
125 struct swap_eb *eb_data;
127 struct mtdswap_tree trees[MTDSWAP_TREE_CNT];
129 unsigned long long sect_read_count;
130 unsigned long long sect_write_count;
131 unsigned long long mtd_write_count;
132 unsigned long long mtd_read_count;
133 unsigned long long discard_count;
134 unsigned long long discard_page_count;
136 unsigned int curr_write_pos;
137 struct swap_eb *curr_write;
139 char *page_buf;
140 char *oob_buf;
142 struct dentry *debugfs_root;