Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.c291 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
333 wl_pool_size = be16_to_cpu(fmpl2->size); in ubi_attach_fastmap()
342 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
343 ubi_err("bad WL pool size: %i", wl_pool_size); in ubi_attach_fastmap()
468 ret = scan_pool(ubi, fmpl2->pebs, wl_pool_size); in ubi_attach_fastmap()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dfastmap.c618 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
665 wl_pool_size = be16_to_cpu(fmpl_wl->size); in ubi_attach_fastmap()
674 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
675 ubi_err(ubi, "bad WL pool size: %i", wl_pool_size); in ubi_attach_fastmap()
818 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dfastmap.c561 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
608 wl_pool_size = be16_to_cpu(fmpl_wl->size); in ubi_attach_fastmap()
617 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
618 ubi_err(ubi, "bad WL pool size: %i", wl_pool_size); in ubi_attach_fastmap()
769 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()