Searched refs:LPROPS_INDEX (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | find.c | 155 if (exclude_index && (lprops->flags & LPROPS_INDEX)) in scan_for_dirty() 363 if (lprops->flags & LPROPS_INDEX) in scan_for_free_cb() 436 if (lprops->flags & LPROPS_INDEX) in do_find_free_space() 461 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in do_find_free_space() 603 if (lprops->flags & LPROPS_INDEX) in scan_for_idx_cb() 641 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in scan_for_leb_for_idx() 718 LPROPS_TAKEN | LPROPS_INDEX, 0); in ubifs_find_free_leb_for_idx() 796 if (!(lprops->flags & LPROPS_INDEX)) in scan_dirty_idx_cb() 859 ubifs_assert(c, (lprops->flags & LPROPS_INDEX)); in find_dirty_idx_leb() 893 lp->flags | LPROPS_INDEX, -1); in get_idx_gc_leb() [all …]
|
H A D | lprops.c | 408 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops() 414 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops() 560 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp() 593 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp() 594 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp() 596 } else if (flags & LPROPS_INDEX) in ubifs_change_lp() 601 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp() 919 if (!(lprops->flags & LPROPS_INDEX)) { in dbg_check_cats() 1091 !(lp->flags & LPROPS_INDEX)) { in scan_check_cb() 1211 if (!(lp->flags & LPROPS_INDEX)) in scan_check_cb() [all …]
|
H A D | gc.c | 506 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb() 579 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb() 893 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit() 903 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit() 925 ubifs_assert(c, lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit() 927 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit() 935 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
|
H A D | recovery.c | 1130 LPROPS_INDEX, 0); in grab_empty_leb() 1179 ubifs_assert(c, !(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
|
H A D | lpt.c | 355 if (pnode->lprops[i].flags & LPROPS_INDEX) in ubifs_pack_pnode() 662 pnode->lprops[0].flags = LPROPS_INDEX; in ubifs_create_dflt_lpt() 994 lprops->flags = LPROPS_INDEX; in unpack_pnode() 2283 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
|
H A D | debug.c | 692 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop() 702 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop() 709 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
|
H A D | tnc_commit.c | 725 LPROPS_INDEX | LPROPS_TAKEN, 0); in free_unused_idx_lebs()
|
H A D | ubifs.h | 475 LPROPS_INDEX = 32, enumerator
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lprops.c | 413 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops() 419 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops() 565 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp() 598 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp() 599 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp() 601 } else if (flags & LPROPS_INDEX) in ubifs_change_lp() 606 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp() 924 if (!(lprops->flags & LPROPS_INDEX)) { in dbg_check_cats() 1100 !(lp->flags & LPROPS_INDEX)) { in scan_check_cb() 1216 if (!(lp->flags & LPROPS_INDEX)) in scan_check_cb() [all …]
|
H A D | gc.c | 474 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb() 547 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb() 850 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit() 860 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit() 882 ubifs_assert(lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit() 884 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit() 892 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
|
H A D | lpt.c | 360 if (pnode->lprops[i].flags & LPROPS_INDEX) in ubifs_pack_pnode() 660 pnode->lprops[0].flags = LPROPS_INDEX; in ubifs_create_dflt_lpt() 979 lprops->flags = LPROPS_INDEX; in unpack_pnode() 2131 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
|
H A D | recovery.c | 1139 LPROPS_INDEX, 0); in grab_empty_leb() 1188 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
|
H A D | debug.c | 664 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop() 674 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop() 681 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
|
H A D | ubifs.h | 1061 LPROPS_INDEX = 32, enumerator
|