Lines Matching full:fastmap

138  * Return codes of the fastmap sub-system
140 * UBI_NO_FASTMAP: No fastmap super block was found
141 * UBI_BAD_FASTMAP: A fastmap was found but it's unusable
225 * struct ubi_fastmap_layout - in-memory fastmap data structure.
226 * @e: PEBs used by the current fastmap
241 * struct ubi_fm_pool - in-memory fastmap pool
248 * If all PEBs within the pool are used a new fastmap will be written
389 * @chk_fastmap: if UBI fastmap extra checks are enabled
402 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks
476 * @fm_disabled: non-zero if fastmap is disabled (default)
477 * @fm: in-memory data structure of the currently used fastmap
478 * @fm_pool: in-memory data structure of the fastmap pool
479 * @fm_wl_pool: in-memory data structure of the fastmap pool used by the WL
483 * @fm_buf: vmalloc()'d buffer which holds the raw fastmap
484 * @fm_size: fastmap size in bytes
486 * @fm_work: fastmap work queue
487 * @fm_work_scheduled: non-zero if fastmap work was scheduled
488 * @fast_attach: non-zero if UBI was attached by fastmap
489 * @fm_anchor: The next anchor PEB to use for fastmap
589 /* Fastmap stuff */
731 * @fastmap: list of physical eraseblocks which relate to fastmap (e.g.,
732 * eraseblocks of the current and not yet erased old fastmap blocks)
744 all existing Fastmap data structures
765 struct list_head fastmap; member
964 /* fastmap.c */
1210 * ubi_is_fm_vol - check whether a volume ID is a Fastmap volume.
1225 * ubi_find_fm_block - check whether a PEB is part of the current Fastmap.
1230 * fastmap, @NULL otherwise.