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