Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dfind.c111 if (data->exclude_index && lprops->flags & LPROPS_INDEX) in scan_for_dirty_cb()
167 if (exclude_index && (lprops->flags & LPROPS_INDEX)) in scan_for_dirty()
197 ubifs_assert(c, !exclude_index || !(lprops->flags & LPROPS_INDEX)); in scan_for_dirty()
375 if (lprops->flags & LPROPS_INDEX) in scan_for_free_cb()
448 if (lprops->flags & LPROPS_INDEX) in do_find_free_space()
473 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in do_find_free_space()
615 if (lprops->flags & LPROPS_INDEX) in scan_for_idx_cb()
653 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in scan_for_leb_for_idx()
713 flags = lprops->flags | LPROPS_TAKEN | LPROPS_INDEX; in ubifs_find_free_leb_for_idx()
730 LPROPS_TAKEN | LPROPS_INDEX, 0); in ubifs_find_free_leb_for_idx()
[all …]
Dlprops.c415 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in ubifs_categorize_lprops()
420 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops()
426 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops()
572 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
605 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
606 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp()
608 } else if (flags & LPROPS_INDEX) in ubifs_change_lp()
613 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
779 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_free()
801 ubifs_assert(c, !(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_empty()
[all …]
Dgc.c480 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb()
553 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb()
852 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
862 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
884 ubifs_assert(c, lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit()
886 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit()
894 ubifs_assert(c, !(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
Dlpt.c367 if (pnode->lprops[i].flags & LPROPS_INDEX) in ubifs_pack_pnode()
668 pnode->lprops[0].flags = LPROPS_INDEX; in ubifs_create_dflt_lpt()
987 lprops->flags = LPROPS_INDEX; in unpack_pnode()
2131 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
Drecovery.c1141 LPROPS_INDEX, 0); in grab_empty_leb()
1190 ubifs_assert(c, !(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
Ddebug.c661 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
671 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
678 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
Dtnc_commit.c710 LPROPS_INDEX | LPROPS_TAKEN, 0); in free_unused_idx_lebs()
Dubifs.h466 LPROPS_INDEX = 32, enumerator