Home
last modified time | relevance | path

Searched refs:wl_e (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c1112 struct ubi_wl_entry *wl_e; in ubi_write_fastmap() local
1188 ubi_for_each_free_peb(ubi, wl_e, tmp_rb) { in ubi_write_fastmap()
1191 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1192 set_seen(ubi, wl_e->pnum, seen_pebs); in ubi_write_fastmap()
1193 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1201 ubi_for_each_used_peb(ubi, wl_e, tmp_rb) { in ubi_write_fastmap()
1204 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1205 set_seen(ubi, wl_e->pnum, seen_pebs); in ubi_write_fastmap()
1206 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1213 ubi_for_each_protected_peb(ubi, i, wl_e) { in ubi_write_fastmap()
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.c1141 struct ubi_wl_entry *wl_e; in ubi_write_fastmap() local
1221 ubi_for_each_free_peb(ubi, wl_e, tmp_rb) { in ubi_write_fastmap()
1224 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1225 set_seen(ubi, wl_e->pnum, seen_pebs); in ubi_write_fastmap()
1226 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1234 ubi_for_each_used_peb(ubi, wl_e, tmp_rb) { in ubi_write_fastmap()
1237 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1238 set_seen(ubi, wl_e->pnum, seen_pebs); in ubi_write_fastmap()
1239 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1246 ubi_for_each_protected_peb(ubi, i, wl_e) { in ubi_write_fastmap()
[all …]