Lines Matching refs:swap_eb

69 struct swap_eb {  struct
79 #define MTDSWAP_ECNT_MIN(rbroot) (rb_entry(rb_first(rbroot), struct swap_eb, \ argument
81 #define MTDSWAP_ECNT_MAX(rbroot) (rb_entry(rb_last(rbroot), struct swap_eb, \
112 struct swap_eb *eb_data;
124 struct swap_eb *curr_write;
184 static loff_t mtdswap_eb_offset(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_eb_offset()
189 static void mtdswap_eb_detach(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_eb_detach()
203 static void __mtdswap_rb_add(struct rb_root *root, struct swap_eb *eb) in __mtdswap_rb_add()
206 struct swap_eb *cur; in __mtdswap_rb_add()
211 cur = rb_entry(parent, struct swap_eb, rb); in __mtdswap_rb_add()
222 static void mtdswap_rb_add(struct mtdswap_dev *d, struct swap_eb *eb, int idx) in mtdswap_rb_add()
251 static int mtdswap_handle_badblock(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_handle_badblock()
279 static int mtdswap_handle_write_error(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_handle_write_error()
282 struct swap_eb *curr_write = d->curr_write; in mtdswap_handle_write_error()
321 static int mtdswap_read_markers(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_read_markers()
367 static int mtdswap_write_marker(struct mtdswap_dev *d, struct swap_eb *eb, in mtdswap_write_marker()
420 struct swap_eb *eb; in mtdswap_check_counts()
438 median = rb_entry(medrb, struct swap_eb, rb)->erase_count; in mtdswap_check_counts()
459 struct swap_eb *eb; in mtdswap_scan_eblks()
504 static void mtdswap_store_eb(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_store_eb()
526 static int mtdswap_erase_block(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_erase_block()
566 struct swap_eb *old_eb = d->curr_write; in mtdswap_map_free_block()
568 struct swap_eb *eb; in mtdswap_map_free_block()
576 eb = rb_entry(rb_first(clean_root), struct swap_eb, rb); in mtdswap_map_free_block()
618 struct swap_eb *eb; in mtdswap_write_block()
679 struct swap_eb *eb, *oldeb; in mtdswap_move_block()
732 static int mtdswap_gc_eblock(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_gc_eblock()
844 static struct swap_eb *mtdswap_pick_gc_eblk(struct mtdswap_dev *d, in mtdswap_pick_gc_eblk()
848 struct swap_eb *eb = NULL; in mtdswap_pick_gc_eblk()
860 eb = rb_entry(rb_first(rp), struct swap_eb, rb); in mtdswap_pick_gc_eblk()
874 struct swap_eb *eb) in mtdswap_eblk_passes()
939 struct swap_eb *eb; in mtdswap_gc()
1024 struct swap_eb *eb; in mtdswap_writesect()
1083 struct swap_eb *eb; in mtdswap_readsect()
1145 struct swap_eb *eb; in mtdswap_discard()
1296 eblk_bytes = sizeof(struct swap_eb)*d->eblks; in mtdswap_init()