Searched refs:UBI_FM_MAX_BLOCKS (Results 1 – 3 of 3) sorted by relevance
386 /* A fastmap can use up to UBI_FM_MAX_BLOCKS PEBs */387 #define UBI_FM_MAX_BLOCKS 32 macro 413 __be32 block_loc[UBI_FM_MAX_BLOCKS];414 __be32 block_ec[UBI_FM_MAX_BLOCKS];
233 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];234 int to_be_tortured[UBI_FM_MAX_BLOCKS];
926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap() 1516 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()