Searched refs:UBI_FM_MAX_BLOCKS (Results 1 – 7 of 7) sorted by relevance
80 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];81 int to_be_tortured[UBI_FM_MAX_BLOCKS];
23 #define UBI_FM_BUF_SIZE (UBI_FM_MAX_BLOCKS*CONFIG_SPL_UBI_MAX_PEB_SIZE)
528 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
389 #define UBI_FM_MAX_BLOCKS 32 macro415 __be32 block_loc[UBI_FM_MAX_BLOCKS];416 __be32 block_ec[UBI_FM_MAX_BLOCKS];
236 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];237 int to_be_tortured[UBI_FM_MAX_BLOCKS];
927 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()1525 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.