Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
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 …]