Home
last modified time | relevance | path

Searched refs:ubifs_lpt_heap (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dlprops.c62 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap()
99 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap()
181 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap()
229 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap()
258 struct ubifs_lpt_heap *heap; in lpt_heap_replace()
454 struct ubifs_lpt_heap *heap; in change_category()
769 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free()
940 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats()
962 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap()
1083 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
Dfind.c57 struct ubifs_lpt_heap *heap; in valuable()
141 struct ubifs_lpt_heap *heap; in scan_for_dirty()
238 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb()
412 struct ubifs_lpt_heap *heap; in do_find_free_space()
838 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb()
Ddebug.h270 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap,
296 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
Dubifs.h626 struct ubifs_lpt_heap { struct
1420 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT];
1421 struct ubifs_lpt_heap dirty_idx;
Dlpt_commit.c808 struct ubifs_lpt_heap *heap; in populate_lsave()
2008 struct ubifs_lpt_heap *heap; in dbg_populate_lsave()
Dlpt.c2113 struct ubifs_lpt_heap *heap; in dbg_chk_pnode()
Ddebug.c893 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()