Home
last modified time | relevance | path

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

/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(!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(!(lprops->flags & LPROPS_INDEX)); in do_find_free_space()
615 if (lprops->flags & LPROPS_INDEX) in scan_for_idx_cb()
653 ubifs_assert(!(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.c417 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_categorize_lprops()
422 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops()
428 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops()
574 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
607 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
608 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp()
610 } else if (flags & LPROPS_INDEX) in ubifs_change_lp()
615 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
781 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_free()
803 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_empty()
[all …]
Dgc.c480 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb()
553 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb()
856 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
866 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
888 ubifs_assert(lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit()
890 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit()
898 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
Dlpt.c365 if (pnode->lprops[i].flags & LPROPS_INDEX) in ubifs_pack_pnode()
665 pnode->lprops[0].flags = LPROPS_INDEX; in ubifs_create_dflt_lpt()
984 lprops->flags = LPROPS_INDEX; in unpack_pnode()
2124 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
Drecovery.c1142 LPROPS_INDEX, 0); in grab_empty_leb()
1191 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
Ddebug.c657 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
667 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
674 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
Dtnc_commit.c707 LPROPS_INDEX | LPROPS_TAKEN, 0); in free_unused_idx_lebs()
Dubifs.h447 LPROPS_INDEX = 32, enumerator