Searched refs:fastmap (Results 1 – 7 of 7) sorted by relevance
75 format for fastmap may change in the next kernel versions79 only has to locate a checkpoint (called fastmap) on the device.80 The on-flash fastmap contains all information needed to attach81 the device. Using fastmap makes only sense on large devices where83 a fastmap on old images, but you can set the UBI module parameter84 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled86 fastmap support. On typical flash devices the whole fastmap fits96 Set this parameter to enable fastmap automatically on images97 without a fastmap.100 int "Enable UBI fastmap debug"[all …]
7 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
66 int fastmap; member
40 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
876 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local900 ubi->fm_enabled = fastmap; in ubispl_load_volumes()916 if (fastmap) { in ubispl_load_volumes()917 fastmap = 0; in ubispl_load_volumes()
1 Lightweight UBI and UBI fastmap support82 info.fastmap = 1;
2388 only has to locate a checkpoint (called fastmap) on the device.2389 The on-flash fastmap contains all information needed to attach2390 the device. Using fastmap makes only sense on large devices where2392 a fastmap on old images, but you can set the UBI parameter2394 that fastmap-enabled images are still usable with UBI implementations2395 without fastmap support. On typical flash devices the whole fastmap2399 Set this parameter to enable fastmap automatically on images2400 without a fastmap.2404 Enable UBI fastmap debug2539 Support for a lightweight UBI (fastmap) scanner and