Lines Matching defs:ubi_attach_info
759 struct ubi_attach_info { struct
760 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;
769 int bad_peb_count;
770 int maybe_bad_peb_count;
771 int vols_found;
772 int highest_vol_id;
773 int is_empty;
774 int force_full_scan;
775 int min_ec;
776 int max_ec;
777 unsigned long long max_sqnum;
778 int mean_ec;
779 uint64_t ec_sum;
780 int ec_count;
781 struct kmem_cache *aeb_slab_cache;
782 struct ubi_ec_hdr *ech;
783 struct ubi_vid_io_buf *vidb;