Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dlprops.c174 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap()
225 heap = &c->lpt_heap[cat - 1]; in remove_from_lpt_heap()
256 heap = &c->lpt_heap[cat - 1]; in lpt_heap_replace()
454 heap = &c->lpt_heap[new_cat - 1]; in change_category()
768 heap = &c->lpt_heap[LPROPS_FREE - 1]; in ubifs_fast_find_free()
935 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats()
1078 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
A Dlpt_commit.c837 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in populate_lsave()
843 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in populate_lsave()
849 heap = &c->lpt_heap[LPROPS_FREE - 1]; in populate_lsave()
1488 kfree(c->lpt_heap[i].arr); in ubifs_lpt_free()
2032 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in dbg_populate_lsave()
2035 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in dbg_populate_lsave()
2038 heap = &c->lpt_heap[LPROPS_FREE - 1]; in dbg_populate_lsave()
A Dlpt.c1642 c->lpt_heap[i].arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, in lpt_init_rd()
1644 if (!c->lpt_heap[i].arr) in lpt_init_rd()
1646 c->lpt_heap[i].cnt = 0; in lpt_init_rd()
1647 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
2177 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode()
A Dubifs.h2023 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT]; member

Completed in 27 milliseconds