Lines Matching full:fastmap
52 * @pool: fastmap pool description object
69 * @anchor: This PEB will be used as anchor PEB by fastmap
106 * reduce the fastmap updating frequency.
117 * 3. fm pebs - 1: Twice fastmap size deducted by fastmap and fm_anchor in wait_free_pebs_for_pool()
145 * by fastmap pebs) to fill fm_pool and fm_wl_pool.
149 int fm_used = 0; // fastmap non anchor pebs. in left_free_count()
182 * ubi_refill_pools_and_lock - refills all fastmap PEB pools and takes fm locks.
311 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret); in ubi_wl_get_peb()
360 * We cannot update the fastmap here because this in next_peb_for_wl()
421 /* We cannot update the fastmap here because this in get_peb_for_wl()
483 * ubi_wl_put_fm_peb - returns a PEB used in a fastmap to the wear-leveling
506 /* This can happen if we recovered from a fastmap the very in ubi_wl_put_fm_peb()
508 * has never seen any PEB used by the original fastmap. in ubi_wl_put_fm_peb()
545 * may_reserve_for_fm - tests whether a PEB shall be reserved for fastmap.