Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/ubi/
Dfastmap.c560 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
607 wl_pool_size = be16_to_cpu(fmpl_wl->size); in ubi_attach_fastmap()
616 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
617 ubi_err(ubi, "bad WL pool size: %i", wl_pool_size); in ubi_attach_fastmap()
768 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()