Home
last modified time | relevance | path

Searched refs:UBI_FM_MAX_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance

/drivers/mtd/ubi/
Dubi-media.h394 #define UBI_FM_MAX_POOL_SIZE 256 macro
453 __be32 pebs[UBI_FM_MAX_POOL_SIZE];
Dfastmap.c611 if (pool_size > UBI_FM_MAX_POOL_SIZE || pool_size < 0) { in ubi_attach_fastmap()
616 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
622 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
628 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
Dubi.h261 int pebs[UBI_FM_MAX_POOL_SIZE];
Dbuild.c947 ubi->mtd) / 100) * 5, UBI_FM_MAX_POOL_SIZE); in ubi_attach_mtd_dev()