Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h241 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
242 int to_be_tortured[UBI_FM_MAX_BLOCKS];
H A Dfastmap.c904 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
1557 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()
/kernel/linux/linux-6.6/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.h241 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
242 int to_be_tortured[UBI_FM_MAX_BLOCKS];
H A Dfastmap.c926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
1567 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()

Completed in 10 milliseconds