Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlprops.c54 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap()
91 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap()
173 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap()
221 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap()
252 struct ubifs_lpt_heap *heap; in lpt_heap_replace()
448 struct ubifs_lpt_heap *heap; in change_category()
763 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free()
934 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats()
956 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap()
1077 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
H A Ddebug.h312 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap,
338 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
H A Dubifs.h1222 struct ubifs_lpt_heap { struct
2024 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT];
2025 struct ubifs_lpt_heap dirty_idx;
H A Dlpt_commit.c806 struct ubifs_lpt_heap *heap; in populate_lsave()
2012 struct ubifs_lpt_heap *heap; in dbg_populate_lsave()
H A Dlpt.c2114 struct ubifs_lpt_heap *heap; in dbg_chk_pnode()
H A Ddebug.c897 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()