Lines Matching defs:ubi_attach_info
725 struct ubi_attach_info { struct
726 struct rb_root volumes;
727 struct list_head corr;
728 struct list_head free;
729 struct list_head erase;
730 struct list_head alien;
731 int corr_peb_count;
732 int empty_peb_count;
733 int alien_peb_count;
734 int bad_peb_count;
735 int maybe_bad_peb_count;
736 int vols_found;
737 int highest_vol_id;
738 int is_empty;
739 int min_ec;
740 int max_ec;
741 unsigned long long max_sqnum;
742 int mean_ec;
743 uint64_t ec_sum;
744 int ec_count;
745 struct kmem_cache *aeb_slab_cache;