Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dfind.c63 heap = &c->lpt_heap[cat - 1]; in valuable()
146 heap = &c->lpt_heap[LPROPS_FREE - 1]; in scan_for_dirty()
284 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in ubifs_find_dirty_leb()
285 idx_heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in ubifs_find_dirty_leb()
432 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in do_find_free_space()
770 c->dirty_idx.cnt = c->lpt_heap[LPROPS_DIRTY_IDX - 1].cnt; in ubifs_save_dirty_idx_lnums()
771 memcpy(c->dirty_idx.arr, c->lpt_heap[LPROPS_DIRTY_IDX - 1].arr, in ubifs_save_dirty_idx_lnums()
844 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in find_dirty_idx_leb()
Dlprops.c181 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap()
232 heap = &c->lpt_heap[cat - 1]; in remove_from_lpt_heap()
261 heap = &c->lpt_heap[cat - 1]; in lpt_heap_replace()
459 heap = &c->lpt_heap[new_cat - 1]; in change_category()
773 heap = &c->lpt_heap[LPROPS_FREE - 1]; in ubifs_fast_find_free()
940 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats()
1083 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
Dlpt_commit.c835 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()
1484 kfree(c->lpt_heap[i].arr); in ubifs_lpt_free()
2026 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in dbg_populate_lsave()
2029 heap = &c->lpt_heap[LPROPS_DIRTY - 1]; in dbg_populate_lsave()
2032 heap = &c->lpt_heap[LPROPS_FREE - 1]; in dbg_populate_lsave()
Dlpt.c1643 c->lpt_heap[i].arr = kmalloc_array(LPT_HEAP_SZ, in lpt_init_rd()
1646 if (!c->lpt_heap[i].arr) in lpt_init_rd()
1648 c->lpt_heap[i].cnt = 0; in lpt_init_rd()
1649 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
2175 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode()
Dubifs.h1420 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT]; member