Searched refs:fastmap (Results 1 – 3 of 3) sorted by relevance
64 format for fastmap may change in the next kernel versions68 only has to locate a checkpoint (called fastmap) on the device.69 The on-flash fastmap contains all information needed to attach70 the device. Using fastmap makes only sense on large devices where72 a fastmap on old images, but you can set the UBI module parameter73 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled75 fastmap support. On typical flash devices the whole fastmap fits
5 ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
39 struct route4_fastmap fastmap[16]; member75 memset(head->fastmap, 0, sizeof(head->fastmap)); in route4_reset_fastmap()87 head->fastmap[h].id = id; in route4_set_fastmap()88 head->fastmap[h].iif = iif; in route4_set_fastmap()89 head->fastmap[h].filter = f; in route4_set_fastmap()151 if (id == head->fastmap[h].id && in route4_classify()152 iif == head->fastmap[h].iif && in route4_classify()153 (f = head->fastmap[h].filter) != NULL) { in route4_classify()