Lines Matching full:fastmap
57 * @enable_fm: enable fastmap when value is non-zero
75 /* UBI module parameter to enable fastmap automatically on non-fastmap images */
174 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret); in ubi_volume_notify()
833 * @disable_fm: whether disable fastmap
842 * If @disable_fm is true, ubi doesn't create new fastmap even the module param
843 * 'fm_autoconvert' is set, and existed old fastmap will be destroyed after
969 ubi_err(ubi, "More than %i PEBs are needed for fastmap, sorry.", in ubi_attach_mtd_dev()
974 ubi_msg(ubi, "default fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_attach_mtd_dev()
975 ubi_msg(ubi, "default fastmap WL pool size: %d", in ubi_attach_mtd_dev()
1129 /* If we don't write a new fastmap at detach time we lose all in ubi_detach_mtd_dev()
1130 * EC updates that have been made since the last written fastmap. in ubi_detach_mtd_dev()
1131 * In case of fastmap debugging we omit the update to simulate an in ubi_detach_mtd_dev()
1584 …ble_fm\" parameter determines whether to enable fastmap during attach. If the value is non-zero, f…
1591 … /dev/mtd1 to UBI 5 and disable fastmap; attach MTD device /dev/mtd2 to UBI 6 and enable fastmap.(…
1595 …_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images without a fast…
1597 …_DESC(fm_debug, "Set this parameter to enable fastmap debugging by default. Warning, this will mak…