Home
last modified time | relevance | path

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

/linux-2.6.39/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()
705 flags = lprops->flags | LPROPS_TAKEN | LPROPS_INDEX; in ubifs_find_free_leb_for_idx()
722 LPROPS_TAKEN | LPROPS_INDEX, 0); in ubifs_find_free_leb_for_idx()
[all …]
Dlprops.c411 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_categorize_lprops()
416 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops()
422 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops()
568 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
601 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
602 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp()
604 } else if (flags & LPROPS_INDEX) in ubifs_change_lp()
609 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
775 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_free()
797 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_empty()
[all …]
Dgc.c521 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb()
692 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_garbage_collect()
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()
986 lprops->flags = LPROPS_INDEX; in unpack_pnode()
2125 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
Drecovery.c1128 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
1210 LPROPS_INDEX, 0); in ubifs_rcvry_gc_commit()
Ddebug.c672 if (lp->flags & LPROPS_INDEX) in dbg_dump_lprop()
684 if (lp->flags & LPROPS_INDEX) in dbg_dump_lprop()
691 if (lp->flags & LPROPS_INDEX) { in dbg_dump_lprop()
Dtnc_commit.c731 LPROPS_INDEX | LPROPS_TAKEN, 0); in free_unused_idx_lebs()
Dubifs.h461 LPROPS_INDEX = 32, enumerator