Lines Matching defs:ubi_attach_info
757 struct ubi_attach_info { struct
758 struct rb_root volumes;
759 struct list_head corr;
760 struct list_head free;
761 struct list_head erase;
762 struct list_head alien;
763 struct list_head fastmap;
764 int corr_peb_count;
765 int empty_peb_count;
766 int alien_peb_count;
767 int bad_peb_count;
768 int maybe_bad_peb_count;
769 int vols_found;
770 int highest_vol_id;
771 int is_empty;
772 int force_full_scan;
773 int min_ec;
774 int max_ec;
775 unsigned long long max_sqnum;
776 int mean_ec;
777 uint64_t ec_sum;
778 int ec_count;
779 struct kmem_cache *aeb_slab_cache;
780 struct ubi_ec_hdr *ech;
781 struct ubi_vid_io_buf *vidb;