Searched defs:ubi_attach_info (Results 1 – 1 of 1) sorted by relevance
724 struct ubi_attach_info { struct725 struct rb_root volumes;726 struct list_head corr;727 struct list_head free;728 struct list_head erase;729 struct list_head alien;730 int corr_peb_count;731 int empty_peb_count;732 int alien_peb_count;733 int bad_peb_count;[all …]