Searched refs:fastmap (Results 1 – 7 of 7) sorted by relevance
74 format for fastmap may change in the next kernel versions78 only has to locate a checkpoint (called fastmap) on the device.79 The on-flash fastmap contains all information needed to attach80 the device. Using fastmap makes only sense on large devices where82 a fastmap on old images, but you can set the UBI module parameter83 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled85 fastmap support. On typical flash devices the whole fastmap fits95 Set this parameter to enable fastmap automatically on images96 without a fastmap.99 int "Enable UBI fastmap debug"[all …]
9 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
67 int fastmap; member
41 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
877 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local901 ubi->fm_enabled = fastmap; in ubispl_load_volumes()917 if (fastmap) { in ubispl_load_volumes()918 fastmap = 0; in ubispl_load_volumes()
1 Lightweight UBI and UBI fastmap support82 info.fastmap = 1;
2657 only has to locate a checkpoint (called fastmap) on the device.2658 The on-flash fastmap contains all information needed to attach2659 the device. Using fastmap makes only sense on large devices where2661 a fastmap on old images, but you can set the UBI parameter2663 that fastmap-enabled images are still usable with UBI implementations2664 without fastmap support. On typical flash devices the whole fastmap2668 Set this parameter to enable fastmap automatically on images2669 without a fastmap.2673 Enable UBI fastmap debug2819 Support for a lightweight UBI (fastmap) scanner and