Searched refs:fastmap (Results 1 – 6 of 6) sorted by relevance
/drivers/mtd/ubi/ |
D | Kconfig | 64 format for fastmap may change in the next kernel versions 68 only has to locate a checkpoint (called fastmap) on the device. 69 The on-flash fastmap contains all information needed to attach 70 the device. Using fastmap makes only sense on large devices where 72 a fastmap on old images, but you can set the UBI module parameter 73 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled 75 fastmap support. On typical flash devices the whole fastmap fits
|
D | Makefile | 6 ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
|
D | attach.c | 320 list_add(&aeb->u.list, &ai->fastmap); in add_fastmap() 1345 list_for_each_entry_safe(aeb, aeb_tmp, &ai->fastmap, u.list) { in destroy_ai() 1474 INIT_LIST_HEAD(&ai->fastmap); in alloc_ai()
|
D | fastmap.c | 821 list_for_each_entry(aeb, &ai->fastmap, u.list) { in find_fm_anchor() 879 list_for_each_entry(aeb, &scan_ai->fastmap, u.list) { in ubi_scan_fastmap() 886 list_add(&new->u.list, &ai->fastmap); in ubi_scan_fastmap()
|
D | ubi.h | 772 struct list_head fastmap; member
|
D | wl.c | 1663 list_for_each_entry(aeb, &ai->fastmap, u.list) {
|