Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
338 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
372 return ubi->lookuptbl[pnum]; in next_peb_for_wl()
432 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
504 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
513 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
H A Dwl.c177 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
430 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1281 e = ubi->lookuptbl[pnum];
1379 e = ubi->lookuptbl[pnum];
1541 e = ubi->lookuptbl[pnum];
1574 e = ubi->lookuptbl[pnum];
1768 ubi->lookuptbl[e->pnum] = e;
1817 ubi->lookuptbl = kcalloc(ubi->peb_count, sizeof(void *), GFP_KERNEL);
1818 if (!ubi->lookuptbl)
1852 ubi->lookuptbl[e->pnum] = e;
[all …]
H A Dubi.h617 struct ubi_wl_entry **lookuptbl; member
H A Ddebug.c526 wl = ubi->lookuptbl[*block_number]; in eraseblk_count_seq_show()
H A Dcdev.c872 wl = ubi->lookuptbl[peb]; in ubi_get_ec_info()
H A Dfastmap.c66 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()