Searched defs:ubi_attach_info (Results 1 – 3 of 3) sorted by relevance
759 struct ubi_attach_info { struct760 struct rb_root volumes;761 struct list_head corr;762 struct list_head free;763 struct list_head erase;764 struct list_head alien;765 struct list_head fastmap;766 int corr_peb_count;767 int empty_peb_count;768 int alien_peb_count;[all …]
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 …]
277 struct ubi_attach_info { struct282 struct ubi_attach_info *ai, in ubi_attach_fastmap() argument