Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
Dfastmap-wl.c111 struct ubi_fm_pool *pool = &ubi->fm_pool; in wait_free_pebs_for_pool()
171 struct ubi_fm_pool *pool = &ubi->fm_pool; in can_fill_pools()
188 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools_and_lock()
297 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_wl_get_peb()
522 return_unused_pool_pebs(ubi, &ubi->fm_pool); in ubi_fastmap_close()
Dbuild.c949 ubi->fm_pool.used = ubi->fm_pool.size = 0; in ubi_attach_mtd_dev()
956 ubi->fm_pool.max_size = min(((int)mtd_div_by_eb(ubi->mtd->size, in ubi_attach_mtd_dev()
958 ubi->fm_pool.max_size = max(ubi->fm_pool.max_size, in ubi_attach_mtd_dev()
961 ubi->fm_wl_pool.max_size = ubi->fm_pool.max_size / 2; in ubi_attach_mtd_dev()
962 ubi->fm_pool_rsv_cnt = need_resv_pool ? ubi->fm_pool.max_size : 0; in ubi_attach_mtd_dev()
974 ubi_msg(ubi, "default fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_attach_mtd_dev()
Dfastmap.c1078 ubi->fm_pool.max_size = ubi->fm->max_pool_size; in ubi_scan_fastmap()
1081 ubi_msg(ubi, "fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_scan_fastmap()
1202 fmpl->size = cpu_to_be16(ubi->fm_pool.size); in ubi_write_fastmap()
1203 fmpl->max_size = cpu_to_be16(ubi->fm_pool.max_size); in ubi_write_fastmap()
1205 for (i = 0; i < ubi->fm_pool.size; i++) { in ubi_write_fastmap()
1206 fmpl->pebs[i] = cpu_to_be32(ubi->fm_pool.pebs[i]); in ubi_write_fastmap()
1207 set_seen(ubi, ubi->fm_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
Dubi.h592 struct ubi_fm_pool fm_pool; member