Searched defs:lprops (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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() 273 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, in ubifs_add_to_cat() 317 struct ubifs_lprops *lprops, int cat) in ubifs_remove_from_cat() 385 void ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) in ubifs_ensure_cat() 409 const struct ubifs_lprops *lprops) in ubifs_categorize_lprops() 448 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 const 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 803 const struct ubifs_lprops *lprops, int in_tree, in scan_dirty_idx_cb() [all …]
|
D | lpt.c | 979 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in unpack_pnode() local 1289 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in read_pnode() local 1369 struct ubifs_lprops *lprops; in read_lsave() local 1888 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in scan_get_pnode() local 1980 struct ubifs_lprops *lprops = &pnode->lprops[iip]; in ubifs_lpt_scan_nolock() local 2109 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; in dbg_chk_pnode() local
|
D | sb.c | 735 struct ubifs_lprops *lprops; in fixup_free_space() local
|
D | lpt_commit.c | 807 struct ubifs_lprops *lprops; in populate_lsave() local 2007 struct ubifs_lprops *lprops; in dbg_populate_lsave() local
|
D | debug.c | 900 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() local
|
D | ubifs.h | 577 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; member
|