/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | sb.c | 823 struct ubifs_lprops *lprops; in fixup_free_space() local
|
H A D | find.c | 42 static int valuable(struct ubifs_info *c, const struct ubifs_lprops *lprops) in valuable() argument 83 scan_for_dirty_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_for_dirty_cb() argument 128 const struct ubifs_lprops *lprops; scan_for_dirty() local 350 scan_for_free_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_for_free_cb() argument 399 const struct ubifs_lprops *lprops; do_find_free_space() local 484 const struct ubifs_lprops *lprops; ubifs_find_free_space() local 590 scan_for_idx_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_for_idx_cb() argument 623 const struct ubifs_lprops *lprops; scan_for_leb_for_idx() local 663 const struct ubifs_lprops *lprops; ubifs_find_free_leb_for_idx() local 783 scan_dirty_idx_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_dirty_idx_cb() argument 818 const struct ubifs_lprops *lprops; find_dirty_idx_leb() local [all...] |
H A D | lprops.c | 26 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() argument 50 move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, struct ubifs_lprops *lprops, int cat) move_up_lpt_heap() argument 87 adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, struct ubifs_lprops *lprops, int hpos, int cat) adjust_lpt_heap() argument 166 add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) add_to_lpt_heap() argument 214 remove_from_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) remove_from_lpt_heap() argument 261 ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) ubifs_add_to_cat() argument 304 ubifs_remove_from_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) ubifs_remove_from_cat() argument 373 ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) ubifs_ensure_cat() argument 396 ubifs_categorize_lprops(const struct ubifs_info *c, const struct ubifs_lprops *lprops) ubifs_categorize_lprops() argument 436 change_category(struct ubifs_info *c, struct ubifs_lprops *lprops) change_category() argument 490 is_lprops_dirty(struct ubifs_info *c, struct ubifs_lprops *lprops) is_lprops_dirty() argument 529 struct ubifs_lprops *lprops = (struct ubifs_lprops *)lp; ubifs_change_lp() local 756 struct ubifs_lprops *lprops; ubifs_fast_find_free() local 780 struct ubifs_lprops *lprops; ubifs_fast_find_empty() local 803 struct ubifs_lprops *lprops; ubifs_fast_find_freeable() local 827 struct ubifs_lprops *lprops; ubifs_fast_find_frdi_idx() local 853 struct ubifs_lprops *lprops; dbg_check_cats() local 959 struct ubifs_lprops *lprops = heap->arr[i]; dbg_check_heap() local 1053 struct ubifs_lprops *lprops; scan_check_cb() local [all...] |
H A D | lpt_commit.c | 763 struct ubifs_lprops *lprops; in populate_lsave() local 1967 struct ubifs_lprops *lprops; dbg_populate_lsave() local [all...] |
H A D | lpt.c | 986 struct ubifs_lprops * const lprops = &pnode->lprops[i]; unpack_pnode() local 1296 struct ubifs_lprops * const lprops = &pnode->lprops[i]; read_pnode() local 1376 struct ubifs_lprops *lprops; read_lsave() local 2040 struct ubifs_lprops * const lprops = &pnode->lprops[i]; scan_get_pnode() local 2132 struct ubifs_lprops *lprops = &pnode->lprops[iip]; ubifs_lpt_scan_nolock() local 2261 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; dbg_chk_pnode() local [all...] |
H A D | debug.c | 915 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() local [all...] |
H A D | ubifs.h | 577 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; member [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | sb.c | 826 struct ubifs_lprops *lprops; in fixup_free_space() local
|
H A D | find.c | 42 static int valuable(struct ubifs_info *c, const struct ubifs_lprops *lprops) in valuable() argument 83 scan_for_dirty_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_for_dirty_cb() argument 128 const struct ubifs_lprops *lprops; scan_for_dirty() local 350 scan_for_free_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_for_free_cb() argument 399 const struct ubifs_lprops *lprops; do_find_free_space() local 484 const struct ubifs_lprops *lprops; ubifs_find_free_space() local 590 scan_for_idx_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_for_idx_cb() argument 623 const struct ubifs_lprops *lprops; scan_for_leb_for_idx() local 663 const struct ubifs_lprops *lprops; ubifs_find_free_leb_for_idx() local 783 scan_dirty_idx_cb(struct ubifs_info *c, const struct ubifs_lprops *lprops, int in_tree, struct scan_data *data) scan_dirty_idx_cb() argument 818 const struct ubifs_lprops *lprops; find_dirty_idx_leb() local [all...] |
H A D | lprops.c | 26 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() argument 50 move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, struct ubifs_lprops *lprops, int cat) move_up_lpt_heap() argument 87 adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, struct ubifs_lprops *lprops, int hpos, int cat) adjust_lpt_heap() argument 166 add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) add_to_lpt_heap() argument 214 remove_from_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) remove_from_lpt_heap() argument 261 ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) ubifs_add_to_cat() argument 304 ubifs_remove_from_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, int cat) ubifs_remove_from_cat() argument 373 ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) ubifs_ensure_cat() argument 396 ubifs_categorize_lprops(const struct ubifs_info *c, const struct ubifs_lprops *lprops) ubifs_categorize_lprops() argument 436 change_category(struct ubifs_info *c, struct ubifs_lprops *lprops) change_category() argument 490 is_lprops_dirty(struct ubifs_info *c, struct ubifs_lprops *lprops) is_lprops_dirty() argument 529 struct ubifs_lprops *lprops = (struct ubifs_lprops *)lp; ubifs_change_lp() local 756 struct ubifs_lprops *lprops; ubifs_fast_find_free() local 780 struct ubifs_lprops *lprops; ubifs_fast_find_empty() local 803 struct ubifs_lprops *lprops; ubifs_fast_find_freeable() local 827 struct ubifs_lprops *lprops; ubifs_fast_find_frdi_idx() local 853 struct ubifs_lprops *lprops; dbg_check_cats() local 959 struct ubifs_lprops *lprops = heap->arr[i]; dbg_check_heap() local 1053 struct ubifs_lprops *lprops; scan_check_cb() local [all...] |
H A D | lpt_commit.c | 763 struct ubifs_lprops *lprops; in populate_lsave() local 1967 struct ubifs_lprops *lprops; dbg_populate_lsave() local [all...] |
H A D | lpt.c | 986 struct ubifs_lprops * const lprops = &pnode->lprops[i]; unpack_pnode() local 1296 struct ubifs_lprops * const lprops = &pnode->lprops[i]; read_pnode() local 1376 struct ubifs_lprops *lprops; read_lsave() local 2040 struct ubifs_lprops * const lprops = &pnode->lprops[i]; scan_get_pnode() local 2132 struct ubifs_lprops *lprops = &pnode->lprops[iip]; ubifs_lpt_scan_nolock() local 2261 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; dbg_chk_pnode() local [all...] |
H A D | debug.c | 915 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() local [all...] |
H A D | ubifs.h | 586 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; member [all...] |