Lines Matching defs:fastmap
135 * Return codes of the fastmap sub-system
137 * UBI_NO_FASTMAP: No fastmap super block was found
138 * UBI_BAD_FASTMAP: A fastmap was found but it's unusable
233 * struct ubi_fastmap_layout - in-memory fastmap data structure.
234 * @e: PEBs used by the current fastmap
249 * struct ubi_fm_pool - in-memory fastmap pool
256 * If all PEBs within the pool are used a new fastmap will be written
398 * @chk_fastmap: if UBI fastmap extra checks are enabled
410 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks
481 * @fm_disabled: non-zero if fastmap is disabled (default)
482 * @fm: in-memory data structure of the currently used fastmap
483 * @fm_pool: in-memory data structure of the fastmap pool
484 * @fm_wl_pool: in-memory data structure of the fastmap pool used by the WL
488 * @fm_buf: vmalloc()'d buffer which holds the raw fastmap
489 * @fm_size: fastmap size in bytes
491 * @fm_work: fastmap work queue
492 * @fm_work_scheduled: non-zero if fastmap work was scheduled
493 * @fast_attach: non-zero if UBI was attached by fastmap
494 * @fm_anchor: The next anchor PEB to use for fastmap
733 * @fastmap: list of physical eraseblocks which relate to fastmap (e.g.,
734 * eraseblocks of the current and not yet erased old fastmap blocks)
767 struct list_head fastmap;
964 /* fastmap.c */
1212 * fastmap, @NULL otherwise.