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