Searched refs:scan_pool (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.c | 247 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()
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | fastmap.c | 454 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()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | fastmap.c | 400 static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_pool() function 765 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 769 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
|