Searched refs:UBI_FM_MAX_BLOCKS (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi-media.h386 /* 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];
H A Dubi.h233 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
234 int to_be_tortured[UBI_FM_MAX_BLOCKS];
H A Dfastmap.c926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) {
1516 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) {

Completed in 259 milliseconds