| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | lprops.c | 30 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() 55 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() 92 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() 170 static int add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, in add_to_lpt_heap() 189 struct ubifs_lprops *lp; in add_to_lpt_heap() 219 struct ubifs_lprops *lprops, int cat) in remove_from_lpt_heap() 249 struct ubifs_lprops *old_lprops, in lpt_heap_replace() 250 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace() 267 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, in ubifs_add_to_cat() 311 struct ubifs_lprops *lprops, int cat) in ubifs_remove_from_cat() [all …]
|
| H A D | ubifs.h | 1074 struct ubifs_lprops { struct 1173 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; 1223 struct ubifs_lprops **arr; 1245 const struct ubifs_lprops *lprops, 2181 int ubifs_find_dirty_leb(struct ubifs_info *c, struct ubifs_lprops *ret_lp, 2278 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp); 2293 struct ubifs_lprops *ubifs_lpt_lookup(struct ubifs_info *c, int lnum); 2294 struct ubifs_lprops *ubifs_lpt_lookup_dirty(struct ubifs_info *c, int lnum); 2326 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c, 2327 const struct ubifs_lprops *lp, [all …]
|
| H A D | lpt.c | 972 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in unpack_pnode() 1284 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in read_pnode() 1365 struct ubifs_lprops *lprops; in read_lsave() 1446 struct ubifs_lprops *ubifs_lpt_lookup(struct ubifs_info *c, int lnum) in ubifs_lpt_lookup() 1579 struct ubifs_lprops *ubifs_lpt_lookup_dirty(struct ubifs_info *c, int lnum) in ubifs_lpt_lookup_dirty() 1889 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in scan_get_pnode() 1981 struct ubifs_lprops *lprops = &pnode->lprops[iip]; in ubifs_lpt_scan_nolock() 2110 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; in dbg_chk_pnode()
|
| H A D | gc.c | 460 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp) in ubifs_garbage_collect_leb() 642 struct ubifs_lprops lp; in ubifs_garbage_collect() 833 const struct ubifs_lprops *lp; in ubifs_gc_start_commit()
|
| H A D | replay.c | 93 const struct ubifs_lprops *lp; in set_bud_lprops() 968 const struct ubifs_lprops *lp; in take_ihead()
|
| H A D | debug.h | 304 const struct ubifs_lprops *lp);
|
| H A D | debug.c | 653 void ubifs_dump_lprop(const struct ubifs_info *c, const struct ubifs_lprops *lp) in ubifs_dump_lprop() 747 struct ubifs_lprops lp; in ubifs_dump_lprops() 904 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() 924 struct ubifs_lprops *lp = &pnode->lprops[i]; in ubifs_dump_pnode()
|
| H A D | sb.c | 711 struct ubifs_lprops *lprops; in fixup_free_space()
|
| H A D | lpt_commit.c | 805 struct ubifs_lprops *lprops; in populate_lsave() 2011 struct ubifs_lprops *lprops; in dbg_populate_lsave()
|
| H A D | recovery.c | 1171 struct ubifs_lprops lp; in ubifs_rcvry_gc_commit()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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() 185 struct ubifs_lprops *lp; in add_to_lpt_heap() 215 struct ubifs_lprops *lprops, int cat) in remove_from_lpt_heap() 244 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace() 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() 341 void ubifs_replace_cat(struct ubifs_info *c, struct ubifs_lprops *old_lprops, in ubifs_replace_cat() [all …]
|
| H A 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() 124 static const struct ubifs_lprops *scan_for_dirty(struct ubifs_info *c, in scan_for_dirty() 128 const struct ubifs_lprops *lprops; in scan_for_dirty() 221 int ubifs_find_dirty_leb(struct ubifs_info *c, struct ubifs_lprops *ret_lp, in ubifs_find_dirty_leb() 225 const struct ubifs_lprops *lp = NULL, *idx_lp = NULL; in ubifs_find_dirty_leb() 331 memcpy(ret_lp, lp, sizeof(struct ubifs_lprops)); in ubifs_find_dirty_leb() 351 const struct ubifs_lprops *lprops, int in_tree, in scan_for_free_cb() 395 const struct ubifs_lprops *do_find_free_space(struct ubifs_info *c, in do_find_free_space() 399 const struct ubifs_lprops *lprops; in do_find_free_space() [all …]
|
| H A D | ubifs.h | 478 struct ubifs_lprops { struct 577 struct ubifs_lprops lprops[UBIFS_LPT_FANOUT]; 627 struct ubifs_lprops **arr; 649 const struct ubifs_lprops *lprops, 1815 int ubifs_find_dirty_leb(struct ubifs_info *c, struct ubifs_lprops *ret_lp, 1919 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp); 1934 struct ubifs_lprops *ubifs_lpt_lookup(struct ubifs_info *c, int lnum); 1935 struct ubifs_lprops *ubifs_lpt_lookup_dirty(struct ubifs_info *c, int lnum); 1969 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c, 1970 const struct ubifs_lprops *lp, [all …]
|
| H A D | gc.c | 490 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp) in ubifs_garbage_collect_leb() 672 struct ubifs_lprops lp; in ubifs_garbage_collect() 863 const struct ubifs_lprops *lp; in ubifs_gc_start_commit()
|
| H A D | lpt.c | 986 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in unpack_pnode() 1296 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in read_pnode() 1376 struct ubifs_lprops *lprops; in read_lsave() 1488 struct ubifs_lprops *ubifs_lpt_lookup(struct ubifs_info *c, int lnum) in ubifs_lpt_lookup() 1603 struct ubifs_lprops *ubifs_lpt_lookup_dirty(struct ubifs_info *c, int lnum) in ubifs_lpt_lookup_dirty() 2040 struct ubifs_lprops * const lprops = &pnode->lprops[i]; in scan_get_pnode() 2132 struct ubifs_lprops *lprops = &pnode->lprops[iip]; in ubifs_lpt_scan_nolock() 2261 struct ubifs_lprops *lp, *lprops = &pnode->lprops[i]; in dbg_chk_pnode()
|
| H A D | debug.h | 250 const struct ubifs_lprops *lp);
|
| H A D | replay.c | 90 const struct ubifs_lprops *lp; in set_bud_lprops() 1143 const struct ubifs_lprops *lp; in take_ihead()
|
| H A D | debug.c | 643 void ubifs_dump_lprop(const struct ubifs_info *c, const struct ubifs_lprops *lp) in ubifs_dump_lprop() 737 struct ubifs_lprops lp; in ubifs_dump_lprops() 894 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() 914 struct ubifs_lprops *lp = &pnode->lprops[i]; in ubifs_dump_pnode()
|
| H A D | lpt_commit.c | 763 struct ubifs_lprops *lprops; in populate_lsave() 1967 struct ubifs_lprops *lprops; in dbg_populate_lsave()
|
| H A D | tnc_commit.c | 295 struct ubifs_lprops lp; in layout_leb_in_gaps()
|
| H A D | sb.c | 823 struct ubifs_lprops *lprops; in fixup_free_space()
|
| H A D | recovery.c | 1194 struct ubifs_lprops lp; in ubifs_rcvry_gc_commit()
|