Home
last modified time | relevance | path

Searched refs:LPROPS_INDEX (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dfind.c99 if (data->exclude_index && lprops->flags & LPROPS_INDEX) in scan_for_dirty_cb()
155 if (exclude_index && (lprops->flags & LPROPS_INDEX)) in scan_for_dirty()
185 ubifs_assert(c, !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()
701 flags = lprops->flags | LPROPS_TAKEN | LPROPS_INDEX; in ubifs_find_free_leb_for_idx()
718 LPROPS_TAKEN | LPROPS_INDEX, 0); in ubifs_find_free_leb_for_idx()
[all …]
H A Dlprops.c403 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in ubifs_categorize_lprops()
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()
767 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_free()
789 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_empty()
[all …]
H A Dgc.c505 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb()
578 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb()
877 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
887 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
909 ubifs_assert(c, lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit()
911 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit()
919 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
H A Dlpt.c355 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 Drecovery.c1163 LPROPS_INDEX, 0); in grab_empty_leb()
1212 ubifs_assert(c, !(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
H A Ddebug.c655 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
665 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
672 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
H A Dtnc_commit.c725 LPROPS_INDEX | LPROPS_TAKEN, 0); in free_unused_idx_lebs()
H A Dubifs.h466 LPROPS_INDEX = 32, enumerator
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlprops.c409 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_categorize_lprops()
414 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops()
420 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops()
566 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
599 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
600 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp()
602 } else if (flags & LPROPS_INDEX) in ubifs_change_lp()
607 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
773 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_free()
795 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_empty()
[all …]
H A Dgc.c475 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb()
548 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb()
851 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
861 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
883 ubifs_assert(lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit()
885 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit()
893 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
H A Dlpt.c361 if (pnode->lprops[i].flags & LPROPS_INDEX) in ubifs_pack_pnode()
661 pnode->lprops[0].flags = LPROPS_INDEX; in ubifs_create_dflt_lpt()
980 lprops->flags = LPROPS_INDEX; in unpack_pnode()
2132 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
H A Drecovery.c1140 LPROPS_INDEX, 0); in grab_empty_leb()
1189 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
H A Ddebug.c665 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
675 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
682 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
H A Dubifs.h1062 LPROPS_INDEX = 32, enumerator