Searched defs:lprops (Results 1 – 7 of 7) sorted by relevance
/fs/ubifs/ |
D | lprops.c | 38 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() 63 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() 100 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() 178 static int add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, in add_to_lpt_heap() 227 struct ubifs_lprops *lprops, int cat) in remove_from_lpt_heap() 275 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, in ubifs_add_to_cat() 319 struct ubifs_lprops *lprops, int cat) in ubifs_remove_from_cat() 387 void ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) in ubifs_ensure_cat() 411 const struct ubifs_lprops *lprops) in ubifs_categorize_lprops() 450 static void change_category(struct ubifs_info *c, struct ubifs_lprops *lprops) in change_category() [all …]
|
D | find.c | 54 static int valuable(struct ubifs_info *c, const struct ubifs_lprops *lprops) in valuable() 96 const struct ubifs_lprops *lprops, int in_tree, in scan_for_dirty_cb() 140 const struct ubifs_lprops *lprops; in scan_for_dirty() local 363 const struct ubifs_lprops *lprops, int in_tree, in scan_for_free_cb() 411 const struct ubifs_lprops *lprops; in do_find_free_space() local 496 const struct ubifs_lprops *lprops; in ubifs_find_free_space() local 603 const struct ubifs_lprops *lprops, int in_tree, in scan_for_idx_cb() 635 struct ubifs_lprops *lprops; in scan_for_leb_for_idx() local 675 const struct ubifs_lprops *lprops; in ubifs_find_free_leb_for_idx() local 806 const struct ubifs_lprops *lprops, int in_tree, in scan_dirty_idx_cb() [all …]
|
D | lpt.c | 976 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in unpack_pnode() local 1286 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in read_pnode() local 1366 struct ubifs_lprops *lprops; in read_lsave() local 1881 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in scan_get_pnode() local 1973 struct ubifs_lprops *lprops = &pnode->lprops[iip]; in ubifs_lpt_scan_nolock() local 2102 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; in dbg_chk_pnode() local
|
D | sb.c | 700 struct ubifs_lprops *lprops; in fixup_free_space() local
|
D | lpt_commit.c | 805 struct ubifs_lprops *lprops; in populate_lsave() local 2005 struct ubifs_lprops *lprops; in dbg_populate_lsave() local
|
D | debug.c | 896 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() local
|
D | ubifs.h | 558 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; member
|