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
396 * @chk_fastmap: if UBI fastmap extra checks are enabled
408 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks
479 * @fm_disabled: non-zero if fastmap is disabled (default)
480 * @fm: in-memory data structure of the currently used fastmap
481 * @fm_pool: in-memory data structure of the fastmap pool
482 * @fm_wl_pool: in-memory data structure of the fastmap pool used by the WL
486 * @fm_buf: vmalloc()'d buffer which holds the raw fastmap
487 * @fm_size: fastmap size in bytes
489 * @fm_work: fastmap work queue
490 * @fm_work_scheduled: non-zero if fastmap work was scheduled
491 * @fast_attach: non-zero if UBI was attached by fastmap
492 * @fm_anchor: The next anchor PEB to use for fastmap
731 * @fastmap: list of physical eraseblocks which relate to fastmap (e.g.,
732 * eraseblocks of the current and not yet erased old fastmap blocks)
765 struct list_head fastmap;
963 /* fastmap.c */
1211 * fastmap, @NULL otherwise.