Lines Matching full:fastmap
284 * add_fastmap - add a Fastmap related physical eraseblock.
291 * physical eraseblock @pnum and adds it to the 'fastmap' list.
292 * Such blocks can be Fastmap super and data blocks from both the most
293 * recent Fastmap we're attaching from or from old Fastmaps which will
307 list_add(&aeb->u.list, &ai->fastmap); in add_fastmap()
309 dbg_bld("add to fastmap list: PEB %d, vol_id %d, sqnum: %llu", pnum, in add_fastmap()
934 * @fast: true if we're scanning for a Fastmap
1066 * Fastmap data structures we find. The most recent Fastmap in scan_peb()
1333 list_for_each_entry_safe(aeb, aeb_tmp, &ai->fastmap, u.list) { in destroy_ai()
1462 INIT_LIST_HEAD(&ai->fastmap); in alloc_ai()
1478 * scan_fast - try to find a fastmap and attach from it.
1484 * UBI_NO_FASTMAP denotes that no fastmap was found.
1485 * UBI_BAD_FASTMAP denotes that the found fastmap was invalid.
1525 * Didn't attach via fastmap, do a full scan but reuse what in scan_fast()
1565 /* On small flash devices we disable fastmap in any case. */ in ubi_attach()