Searched refs:UBI_FM_MAX_BLOCKS (Results 1 – 3 of 3) sorted by relevance
397 #define UBI_FM_MAX_BLOCKS 32 macro423 __be32 block_loc[UBI_FM_MAX_BLOCKS];424 __be32 block_ec[UBI_FM_MAX_BLOCKS];
239 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];240 int to_be_tortured[UBI_FM_MAX_BLOCKS];
943 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()1550 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()