Searched refs:UBI_FM_MAX_BLOCKS (Results 1 – 10 of 10) 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()
387 #define UBI_FM_MAX_BLOCKS 32 macro413 __be32 block_loc[UBI_FM_MAX_BLOCKS];414 __be32 block_ec[UBI_FM_MAX_BLOCKS];
241 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];242 int to_be_tortured[UBI_FM_MAX_BLOCKS];
926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()1568 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.