Lines Matching defs:ubi_scan_info
85 struct ubi_scan_info { struct
86 ubispl_read_flash read;
87 unsigned int fsize_mb;
88 unsigned int peb_count;
89 unsigned int peb_offset;
91 unsigned long vid_offset;
92 unsigned long leb_start;
93 unsigned long leb_size;
96 int fastmap_pebs;
97 int fastmap_anchor;
98 size_t fm_size;
99 struct ubi_fm_sb fm_sb;
100 struct ubi_vid_hdr fm_vh;
101 struct ubi_fastmap_layout *fm;
102 struct ubi_fastmap_layout fm_layout;
103 struct ubi_fm_pool fm_pool;
104 struct ubi_fm_pool fm_wl_pool;
107 int fm_enabled;
108 unsigned long fm_used[UBI_FM_BM_SIZE];
109 unsigned long scanned[UBI_FM_BM_SIZE];
110 unsigned long corrupt[UBI_FM_BM_SIZE];
111 unsigned long toload[UBI_FM_BM_SIZE];
114 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS];
115 struct ubi_vid_hdr blockinfo[CONFIG_SPL_UBI_MAX_PEBS];
119 int vtbl_valid;
120 struct ubi_vtbl_record vtbl[UBI_SPL_VOL_IDS];
123 uint8_t fm_buf[UBI_FM_BUF_SIZE];