Searched refs:UBI_FM_MAX_BLOCKS (Results 1 – 7 of 7) sorted by relevance
79 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];80 int to_be_tortured[UBI_FM_MAX_BLOCKS];
22 #define UBI_FM_BUF_SIZE (UBI_FM_MAX_BLOCKS*CONFIG_SPL_UBI_MAX_PEB_SIZE)
527 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
388 #define UBI_FM_MAX_BLOCKS 32 macro414 __be32 block_loc[UBI_FM_MAX_BLOCKS];415 __be32 block_ec[UBI_FM_MAX_BLOCKS];
235 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];236 int to_be_tortured[UBI_FM_MAX_BLOCKS];
926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()1524 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()
48 + CONFIG_SPL_UBI_MAX_PEB_SIZE * UBI_FM_MAX_BLOCKS52 handles up to UBI_FM_MAX_BLOCKS.