Searched refs:fastmap (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | Kconfig | 65 format for fastmap may change in the next kernel versions 69 only has to locate a checkpoint (called fastmap) on the device. 70 The on-flash fastmap contains all information needed to attach 71 the device. Using fastmap makes only sense on large devices where 73 a fastmap on old images, but you can set the UBI module parameter 74 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled 76 fastmap support. On typical flash devices the whole fastmap fits
|
D | Makefile | 6 ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
|
D | fastmap.c | 821 list_for_each_entry(aeb, &ai->fastmap, u.list) { in find_fm_anchor() 861 list_for_each_entry(aeb, &scan_ai->fastmap, u.list) { in ubi_scan_fastmap() 862 ret = add_aeb(ai, &ai->fastmap, aeb->pnum, aeb->ec, 0); in ubi_scan_fastmap() 1016 ret = add_aeb(ai, &ai->fastmap, pnum, in ubi_scan_fastmap()
|
D | attach.c | 307 list_add(&aeb->u.list, &ai->fastmap); in add_fastmap() 1333 list_for_each_entry_safe(aeb, aeb_tmp, &ai->fastmap, u.list) { in destroy_ai() 1462 INIT_LIST_HEAD(&ai->fastmap); in alloc_ai()
|
D | ubi.h | 769 struct list_head fastmap; member
|
D | wl.c | 1837 list_for_each_entry(aeb, &ai->fastmap, u.list) {
|
/kernel/linux/linux-5.10/net/sched/ |
D | cls_route.c | 35 struct route4_fastmap fastmap[16]; member 71 memset(head->fastmap, 0, sizeof(head->fastmap)); in route4_reset_fastmap() 83 head->fastmap[h].id = id; in route4_set_fastmap() 84 head->fastmap[h].iif = iif; in route4_set_fastmap() 85 head->fastmap[h].filter = f; in route4_set_fastmap() 145 if (id == head->fastmap[h].id && in route4_classify() 146 iif == head->fastmap[h].iif && in route4_classify() 147 (f = head->fastmap[h].filter) != NULL) { in route4_classify()
|