Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubispl/
Dubispl.c247 static int scan_pool(struct ubi_scan_info *ubi, __be32 *pebs, int pool_size) in scan_pool() function
463 ret = scan_pool(ubi, fmpl1->pebs, pool_size); in ubi_attach_fastmap()
467 ret = scan_pool(ubi, fmpl2->pebs, wl_pool_size); in ubi_attach_fastmap()
/external/u-boot/drivers/mtd/ubi/
Dfastmap.c454 static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_pool() function
458 static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_pool()
813 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
817 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()