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 …]
7 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
68 int fastmap; member
41 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
1 Lightweight UBI and UBI fastmap support82 info.fastmap = 1;
1070 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local1098 ubi->fm_enabled = fastmap; in ubispl_load_volumes()1130 if (fastmap) { in ubispl_load_volumes()1131 fastmap = 0; in ubispl_load_volumes()
2083 only has to locate a checkpoint (called fastmap) on the device.2084 The on-flash fastmap contains all information needed to attach2085 the device. Using fastmap makes only sense on large devices where2087 a fastmap on old images, but you can set the UBI parameter2089 that fastmap-enabled images are still usable with UBI implementations2090 without fastmap support. On typical flash devices the whole fastmap2094 Set this parameter to enable fastmap automatically on images2095 without a fastmap.2099 Enable UBI fastmap debug2213 Support for a lightweight UBI (fastmap) scanner and
Completed in 10 milliseconds