/openbmc/linux/fs/ubifs/ |
H A D | find.c | 90 if (lprops->flags & LPROPS_TAKEN) in scan_for_dirty_cb() 151 if (lprops->flags & LPROPS_TAKEN) in scan_for_dirty() 325 lp->flags | LPROPS_TAKEN, 0); in ubifs_find_dirty_leb() 357 if (lprops->flags & LPROPS_TAKEN) in scan_for_free_cb() 434 if (lprops->flags & LPROPS_TAKEN) in do_find_free_space() 535 flags = lprops->flags | LPROPS_TAKEN; in ubifs_find_free_space() 597 if (lprops->flags & LPROPS_TAKEN) in scan_for_idx_cb() 718 LPROPS_TAKEN | LPROPS_INDEX, 0); in ubifs_find_free_leb_for_idx() 790 if (lprops->flags & LPROPS_TAKEN) in scan_dirty_idx_cb() 865 lprops->flags | LPROPS_TAKEN, 0); in find_dirty_idx_leb() [all …]
|
H A D | lprops.c | 399 if (lprops->flags & LPROPS_TAKEN) in ubifs_categorize_lprops() 557 if ((lprops->flags & LPROPS_TAKEN) && lprops->free == c->leb_size) in ubifs_change_lp() 613 if ((lprops->flags & LPROPS_TAKEN) && lprops->free == c->leb_size) in ubifs_change_lp() 766 ubifs_assert(c, !(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_free() 788 ubifs_assert(c, !(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_empty() 811 ubifs_assert(c, !(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_freeable() 835 ubifs_assert(c, !(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_frdi_idx() 867 if (lprops->flags & LPROPS_TAKEN) { in dbg_check_cats() 883 if (lprops->flags & LPROPS_TAKEN) { in dbg_check_cats() 913 if (lprops->flags & LPROPS_TAKEN) { in dbg_check_cats() [all …]
|
H A D | gc.c | 892 ubifs_assert(c, !(lp->flags & LPROPS_TAKEN)); in ubifs_gc_start_commit() 902 ubifs_assert(c, !(lp->flags & LPROPS_TAKEN)); in ubifs_gc_start_commit() 924 ubifs_assert(c, !(lp->flags & LPROPS_TAKEN)); in ubifs_gc_start_commit() 927 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit() 934 ubifs_assert(c, lp->flags & LPROPS_TAKEN); in ubifs_gc_start_commit() 966 LPROPS_NC, 0, LPROPS_TAKEN, -1); in ubifs_gc_end_commit()
|
H A D | misc.h | 178 LPROPS_TAKEN, 0); in ubifs_return_leb()
|
H A D | tnc_commit.c | 725 LPROPS_INDEX | LPROPS_TAKEN, 0); in free_unused_idx_lebs() 851 LPROPS_TAKEN); in write_index() 999 0, LPROPS_TAKEN); in write_index() 1067 LPROPS_TAKEN, 0); in return_gap_lebs()
|
H A D | replay.c | 140 lp->flags | LPROPS_TAKEN, 0); in set_bud_lprops() 1157 lp->flags | LPROPS_TAKEN, 0); in take_ihead()
|
H A D | ubifs.h | 474 LPROPS_TAKEN = 16, enumerator
|
H A D | super.c | 811 LPROPS_TAKEN, 0, 0); in take_gc_lnum()
|
H A D | lpt.c | 2275 if (lprops->flags & LPROPS_TAKEN) { in dbg_chk_pnode()
|
H A D | debug.c | 701 if (lp->flags & LPROPS_TAKEN) { in ubifs_dump_lprop()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lprops.c | 404 if (lprops->flags & LPROPS_TAKEN) in ubifs_categorize_lprops() 562 if ((lprops->flags & LPROPS_TAKEN) && lprops->free == c->leb_size) in ubifs_change_lp() 618 if ((lprops->flags & LPROPS_TAKEN) && lprops->free == c->leb_size) in ubifs_change_lp() 771 ubifs_assert(!(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_free() 793 ubifs_assert(!(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_empty() 816 ubifs_assert(!(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_freeable() 840 ubifs_assert(!(lprops->flags & LPROPS_TAKEN)); in ubifs_fast_find_frdi_idx() 872 if (lprops->flags & LPROPS_TAKEN) { in dbg_check_cats() 888 if (lprops->flags & LPROPS_TAKEN) { in dbg_check_cats() 918 if (lprops->flags & LPROPS_TAKEN) { in dbg_check_cats() [all …]
|
H A D | gc.c | 849 ubifs_assert(!(lp->flags & LPROPS_TAKEN)); in ubifs_gc_start_commit() 859 ubifs_assert(!(lp->flags & LPROPS_TAKEN)); in ubifs_gc_start_commit() 881 ubifs_assert(!(lp->flags & LPROPS_TAKEN)); in ubifs_gc_start_commit() 884 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit() 891 ubifs_assert(lp->flags & LPROPS_TAKEN); in ubifs_gc_start_commit() 923 LPROPS_NC, 0, LPROPS_TAKEN, -1); in ubifs_gc_end_commit()
|
H A D | misc.h | 183 LPROPS_TAKEN, 0); in ubifs_return_leb()
|
H A D | replay.c | 142 lp->flags | LPROPS_TAKEN, 0); in set_bud_lprops() 981 lp->flags | LPROPS_TAKEN, 0); in take_ihead()
|
H A D | ubifs.h | 1060 LPROPS_TAKEN = 16, enumerator
|
H A D | lpt.c | 2123 if (lprops->flags & LPROPS_TAKEN) { in dbg_chk_pnode()
|
H A D | super.c | 967 LPROPS_TAKEN, 0, 0); in take_gc_lnum()
|
H A D | debug.c | 673 if (lp->flags & LPROPS_TAKEN) { in ubifs_dump_lprop()
|