Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dfind.c45 struct ubifs_lpt_heap *heap; in valuable()
130 struct ubifs_lpt_heap *heap; in scan_for_dirty()
226 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb()
401 struct ubifs_lpt_heap *heap; in do_find_free_space()
820 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb()
H A Ddebug.h258 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap,
284 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
H A Dubifs.h616 * struct ubifs_lpt_heap - heap of categorized lprops.
623 struct ubifs_lpt_heap { struct
1460 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT];
1461 struct ubifs_lpt_heap dirty_idx;
624 arrubifs_lpt_heap global() argument
625 cntubifs_lpt_heap global() argument
626 max_cntubifs_lpt_heap global() argument
H A Dlpt_commit.c764 struct ubifs_lpt_heap *heap; in populate_lsave()
1966 struct ubifs_lpt_heap *heap; in dbg_populate_lsave()
H A Ddebug.c907 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()