Searched refs:ubifs_lpt_heap (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | lprops.c | 53 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap() 90 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap() 172 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap() 220 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() 251 struct ubifs_lpt_heap *heap; in lpt_heap_replace() 447 struct ubifs_lpt_heap *heap; in change_category() 762 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() 933 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() 955 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap() 1076 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb()
|
D | debug.h | 322 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, 348 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
|
D | ubifs.h | 1221 struct ubifs_lpt_heap { struct 2023 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT]; 2024 struct ubifs_lpt_heap dirty_idx;
|
D | lpt_commit.c | 805 struct ubifs_lpt_heap *heap; in populate_lsave() 2011 struct ubifs_lpt_heap *heap; in dbg_populate_lsave()
|
D | lpt.c | 2113 struct ubifs_lpt_heap *heap; in dbg_chk_pnode()
|
D | debug.c | 896 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()
|