Searched defs:lprops (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | lprops.c | 26 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() 51 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() 88 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() 166 static int add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, in add_to_lpt_heap() 215 struct ubifs_lprops *lprops, int cat) in remove_from_lpt_heap() 261 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, in ubifs_add_to_cat() 305 struct ubifs_lprops *lprops, int cat) in ubifs_remove_from_cat() 373 void ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) in ubifs_ensure_cat() 397 const struct ubifs_lprops *lprops) in ubifs_categorize_lprops() 436 static void change_category(struct ubifs_info *c, struct ubifs_lprops *lprops) in change_category() [all …]
|
D | find.c | 42 static int valuable(struct ubifs_info *c, const struct ubifs_lprops *lprops) in valuable() 84 const struct ubifs_lprops *lprops, int in_tree, in scan_for_dirty_cb() 128 const struct ubifs_lprops *lprops; in scan_for_dirty() local 351 const struct ubifs_lprops *lprops, int in_tree, in scan_for_free_cb() 399 const struct ubifs_lprops *lprops; in do_find_free_space() local 484 const struct ubifs_lprops *lprops; in ubifs_find_free_space() local 591 const struct ubifs_lprops *lprops, int in_tree, in scan_for_idx_cb() 623 const struct ubifs_lprops *lprops; in scan_for_leb_for_idx() local 663 const struct ubifs_lprops *lprops; in ubifs_find_free_leb_for_idx() local 784 const struct ubifs_lprops *lprops, int in_tree, in scan_dirty_idx_cb() [all …]
|
D | lpt.c | 986 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in unpack_pnode() local 1296 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in read_pnode() local 1376 struct ubifs_lprops *lprops; in read_lsave() local 2040 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in scan_get_pnode() local 2132 struct ubifs_lprops *lprops = &pnode->lprops[iip]; in ubifs_lpt_scan_nolock() local 2261 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; in dbg_chk_pnode() local
|
D | sb.c | 826 struct ubifs_lprops *lprops; in fixup_free_space() local
|
D | lpt_commit.c | 763 struct ubifs_lprops *lprops; in populate_lsave() local 1967 struct ubifs_lprops *lprops; in dbg_populate_lsave() local
|
D | debug.c | 915 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() local
|
D | ubifs.h | 586 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; member
|