Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
Dubi-media.h387 #define UBI_FM_MAX_BLOCKS 32 macro
413 __be32 block_loc[UBI_FM_MAX_BLOCKS];
414 __be32 block_ec[UBI_FM_MAX_BLOCKS];
Dubi.h233 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
234 int to_be_tortured[UBI_FM_MAX_BLOCKS];
Dfastmap.c926 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()