Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c62 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
249 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
283 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
338 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
347 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
H A Dwl.c183 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
410 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1213 e = ubi->lookuptbl[pnum];
1299 e = ubi->lookuptbl[pnum];
1546 ubi->lookuptbl = kzalloc(ubi->peb_count * sizeof(void *), GFP_KERNEL);
1547 if (!ubi->lookuptbl)
1564 ubi->lookuptbl[e->pnum] = e;
1587 ubi->lookuptbl[e->pnum] = e;
1602 ubi->lookuptbl[e->pnum] = e;
1626 ubi->lookuptbl[e->pnum] = e;
[all …]
H A Dubi.h589 struct ubi_wl_entry **lookuptbl; member
H A Dfastmap.c76 if (!seen[pnum] && ubi->lookuptbl[pnum]) { in self_check_seen()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
272 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
301 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
373 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
382 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
H A Dwl.c177 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
417 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1246 e = ubi->lookuptbl[pnum];
1332 e = ubi->lookuptbl[pnum];
1494 e = ubi->lookuptbl[pnum];
1527 e = ubi->lookuptbl[pnum];
1721 ubi->lookuptbl[e->pnum] = e;
1770 ubi->lookuptbl = kcalloc(ubi->peb_count, sizeof(void *), GFP_KERNEL);
1771 if (!ubi->lookuptbl)
1805 ubi->lookuptbl[e->pnum] = e;
[all …]
H A Ddebug.c439 wl = ubi->lookuptbl[*block_number]; in eraseblk_count_seq_show()
H A Dubi.h619 struct ubi_wl_entry **lookuptbl; member
H A Dfastmap.c67 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()