Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 6 of 6) sorted by relevance

/fs/ubifs/
Dlprops.c50 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() local
217 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() local
246 struct ubifs_lpt_heap *heap; in lpt_heap_replace() local
442 struct ubifs_lpt_heap *heap; in change_category() local
757 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() local
928 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() local
950 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap()
1072 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb() local
Dfind.c45 struct ubifs_lpt_heap *heap; in valuable() local
130 struct ubifs_lpt_heap *heap; in scan_for_dirty() local
226 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb() local
401 struct ubifs_lpt_heap *heap; in do_find_free_space() local
820 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb() local
Dlpt_commit.c764 struct ubifs_lpt_heap *heap; in populate_lsave() local
1967 struct ubifs_lpt_heap *heap; in dbg_populate_lsave() local
Dlpt.c2266 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local
Ddebug.c908 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()
/fs/bcachefs/
Dutil.h58 #define init_heap(heap, _size, gfp) \ argument
66 #define free_heap(heap) \ argument