Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dfastmap-wl.c63 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
250 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
279 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
334 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
343 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
Dwl.c190 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
417 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1228 e = ubi->lookuptbl[pnum];
1314 e = ubi->lookuptbl[pnum];
1546 ubi->lookuptbl[e->pnum] = e;
1595 ubi->lookuptbl = kzalloc(ubi->peb_count * sizeof(void *), GFP_KERNEL);
1596 if (!ubi->lookuptbl)
1630 ubi->lookuptbl[e->pnum] = e;
1647 ubi->lookuptbl[e->pnum] = e;
1669 ubi_assert(!ubi->lookuptbl[e->pnum]);
[all …]
Dubi.h624 struct ubi_wl_entry **lookuptbl; member
Ddebug.c459 wl = ubi->lookuptbl[*block_number]; in eraseblk_count_seq_show()
Dfastmap.c76 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()