Searched refs:lpt_heap (Results 1 – 4 of 4) sorted by relevance
173 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap()224 heap = &c->lpt_heap[cat - 1]; in remove_from_lpt_heap()255 heap = &c->lpt_heap[cat - 1]; in lpt_heap_replace()453 heap = &c->lpt_heap[new_cat - 1]; in change_category()767 heap = &c->lpt_heap[LPROPS_FREE - 1]; in ubifs_fast_find_free()934 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats()1077 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
835 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in populate_lsave()841 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in populate_lsave()847 heap = &c->lpt_heap[LPROPS_FREE - 1]; in populate_lsave()1486 kfree(c->lpt_heap[i].arr); in ubifs_lpt_free()2030 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in dbg_populate_lsave()2033 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in dbg_populate_lsave()2036 heap = &c->lpt_heap[LPROPS_FREE - 1]; in dbg_populate_lsave()
1641 c->lpt_heap[i].arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, in lpt_init_rd()1643 if (!c->lpt_heap[i].arr) in lpt_init_rd()1645 c->lpt_heap[i].cnt = 0; in lpt_init_rd()1646 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()2176 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode()
2024 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT]; member