Searched refs:swap_eb (Results 1 – 1 of 1) sorted by relevance
82 struct swap_eb { struct92 #define MTDSWAP_ECNT_MIN(rbroot) (rb_entry(rb_first(rbroot), struct swap_eb, \ argument94 #define MTDSWAP_ECNT_MAX(rbroot) (rb_entry(rb_last(rbroot), struct swap_eb, \125 struct swap_eb *eb_data;137 struct swap_eb *curr_write;197 static loff_t mtdswap_eb_offset(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_eb_offset()202 static void mtdswap_eb_detach(struct mtdswap_dev *d, struct swap_eb *eb) in mtdswap_eb_detach()216 static void __mtdswap_rb_add(struct rb_root *root, struct swap_eb *eb) in __mtdswap_rb_add()219 struct swap_eb *cur; in __mtdswap_rb_add()224 cur = rb_entry(parent, struct swap_eb, rb); in __mtdswap_rb_add()[all …]