Lines Matching defs:ubi_attach_info
770 struct ubi_attach_info { struct
771 struct rb_root volumes;
772 struct list_head corr;
773 struct list_head free;
774 struct list_head erase;
775 struct list_head alien;
776 struct list_head fastmap;
777 int corr_peb_count;
778 int empty_peb_count;
779 int alien_peb_count;
780 int bad_peb_count;
781 int maybe_bad_peb_count;
782 int vols_found;
783 int highest_vol_id;
784 int is_empty;
785 int force_full_scan;
786 int min_ec;
787 int max_ec;
788 unsigned long long max_sqnum;
789 int mean_ec;
790 uint64_t ec_sum;
791 int ec_count;
792 struct kmem_cache *aeb_slab_cache;
793 struct ubi_ec_hdr *ech;
794 struct ubi_vid_io_buf *vidb;