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