Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
274 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
303 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
375 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
384 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
Dwl.c177 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
417 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1252 e = ubi->lookuptbl[pnum];
1350 e = ubi->lookuptbl[pnum];
1512 e = ubi->lookuptbl[pnum];
1545 e = ubi->lookuptbl[pnum];
1739 ubi->lookuptbl[e->pnum] = e;
1788 ubi->lookuptbl = kcalloc(ubi->peb_count, sizeof(void *), GFP_KERNEL);
1789 if (!ubi->lookuptbl)
1823 ubi->lookuptbl[e->pnum] = e;
[all …]
Ddebug.c439 wl = ubi->lookuptbl[*block_number]; in eraseblk_count_seq_show()
Dubi.h619 struct ubi_wl_entry **lookuptbl; member
Dfastmap.c67 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()