Searched refs:ubifs_lpt_heap (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/ubifs/ |
D | lprops.c | 50 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap() 87 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap() 169 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap() 217 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() 246 struct ubifs_lpt_heap *heap; in lpt_heap_replace() 442 struct ubifs_lpt_heap *heap; in change_category() 757 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() 928 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() 950 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap() 1071 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
|
D | find.c | 45 struct ubifs_lpt_heap *heap; in valuable() 129 struct ubifs_lpt_heap *heap; in scan_for_dirty() 226 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb() 400 struct ubifs_lpt_heap *heap; in do_find_free_space() 819 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb()
|
D | debug.h | 257 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, 283 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
|
D | ubifs.h | 635 struct ubifs_lpt_heap { struct 1475 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT]; 1476 struct ubifs_lpt_heap dirty_idx;
|
D | lpt_commit.c | 764 struct ubifs_lpt_heap *heap; in populate_lsave() 1968 struct ubifs_lpt_heap *heap; in dbg_populate_lsave()
|
D | lpt.c | 2265 struct ubifs_lpt_heap *heap; in dbg_chk_pnode()
|
D | debug.c | 908 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()
|