Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
248 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
282 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
337 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
346 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
Dwl.c182 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
409 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1212 e = ubi->lookuptbl[pnum];
1298 e = ubi->lookuptbl[pnum];
1545 ubi->lookuptbl = kzalloc(ubi->peb_count * sizeof(void *), GFP_KERNEL);
1546 if (!ubi->lookuptbl)
1563 ubi->lookuptbl[e->pnum] = e;
1586 ubi->lookuptbl[e->pnum] = e;
1601 ubi->lookuptbl[e->pnum] = e;
1625 ubi->lookuptbl[e->pnum] = e;
[all …]
Dubi.h588 struct ubi_wl_entry **lookuptbl; member
Dfastmap.c75 if (!seen[pnum] && ubi->lookuptbl[pnum]) { in self_check_seen()