Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dlprops.c408 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_categorize_lprops()
413 if (lprops->flags & LPROPS_INDEX) in ubifs_categorize_lprops()
419 if (lprops->flags & LPROPS_INDEX) { in ubifs_categorize_lprops()
565 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
598 if ((lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
599 if (!(flags & LPROPS_INDEX)) in ubifs_change_lp()
601 } else if (flags & LPROPS_INDEX) in ubifs_change_lp()
606 if (!(lprops->flags & LPROPS_INDEX)) { in ubifs_change_lp()
772 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_free()
794 ubifs_assert(!(lprops->flags & LPROPS_INDEX)); in ubifs_fast_find_empty()
[all …]
Dgc.c474 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_garbage_collect_leb()
547 LPROPS_INDEX, 1); in ubifs_garbage_collect_leb()
850 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
860 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
882 ubifs_assert(lp->flags & LPROPS_INDEX); in ubifs_gc_start_commit()
884 flags = (lp->flags | LPROPS_TAKEN) ^ LPROPS_INDEX; in ubifs_gc_start_commit()
892 ubifs_assert(!(lp->flags & LPROPS_INDEX)); in ubifs_gc_start_commit()
Dlpt.c360 if (pnode->lprops[i].flags & LPROPS_INDEX) in ubifs_pack_pnode()
660 pnode->lprops[0].flags = LPROPS_INDEX; in ubifs_create_dflt_lpt()
979 lprops->flags = LPROPS_INDEX; in unpack_pnode()
2131 if (lprops->flags & LPROPS_INDEX) { in dbg_chk_pnode()
Drecovery.c1139 LPROPS_INDEX, 0); in grab_empty_leb()
1188 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
Ddebug.c664 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
674 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
681 if (lp->flags & LPROPS_INDEX) { in ubifs_dump_lprop()
Dubifs.h1061 LPROPS_INDEX = 32, enumerator