Searched refs:fastmap (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | Kconfig | 74 format for fastmap may change in the next kernel versions 78 only has to locate a checkpoint (called fastmap) on the device. 79 The on-flash fastmap contains all information needed to attach 80 the device. Using fastmap makes only sense on large devices where 82 a fastmap on old images, but you can set the UBI module parameter 83 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled 85 fastmap support. On typical flash devices the whole fastmap fits 95 Set this parameter to enable fastmap automatically on images 96 without a fastmap. 99 int "Enable UBI fastmap debug" [all …]
|
| H A D | Makefile | 9 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A 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
|
| H A D | Makefile | 6 ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
|
| H A 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()
|
| H A 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()
|
| H A D | ubi.h | 767 struct list_head fastmap; member
|
| H A D | wl.c | 1838 list_for_each_entry(aeb, &ai->fastmap, u.list) {
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/ |
| H A D | ubispl.c | 877 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local 901 ubi->fm_enabled = fastmap; in ubispl_load_volumes() 917 if (fastmap) { in ubispl_load_volumes() 918 fastmap = 0; in ubispl_load_volumes()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ubispl.h | 67 int fastmap; member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ubispl | 1 Lightweight UBI and UBI fastmap support 82 info.fastmap = 1;
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_ubi.c | 41 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | regex.h | 431 char *__REPB_PREFIX(fastmap);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | regex.h | 431 char *__REPB_PREFIX(fastmap);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 2657 only has to locate a checkpoint (called fastmap) on the device. 2658 The on-flash fastmap contains all information needed to attach 2659 the device. Using fastmap makes only sense on large devices where 2661 a fastmap on old images, but you can set the UBI parameter 2663 that fastmap-enabled images are still usable with UBI implementations 2664 without fastmap support. On typical flash devices the whole fastmap 2668 Set this parameter to enable fastmap automatically on images 2669 without a fastmap. 2673 Enable UBI fastmap debug 2819 Support for a lightweight UBI (fastmap) scanner and
|
| /OK3568_Linux_fs/u-boot/spl/drivers/mtd/ |
| H A D | .mtdcore.o.cmd | |
| H A D | .mtdpart.o.cmd | |
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | .mtdcore.o.cmd | |
| H A D | .mtdpart.o.cmd | |