Home
last modified time | relevance | path

Searched refs:tot_orphans (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/fs/ubifs/
Dorphan.c66 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
86 c->tot_orphans += 1; in ubifs_add_orphan()
135 c->tot_orphans -= 1; in ubifs_delete_orphan()
176 if (c->tot_orphans == 0) in ubifs_orphan_start_commit()
364 tot_avail, c->tot_orphans); in consolidate()
365 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
380 ubifs_assert(cnt == c->tot_orphans - c->new_orphans); in consolidate()
442 c->tot_orphans -= 1; in erase_deleted()
525 c->tot_orphans += 1; in insert_dead_orphan()
533 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
Dubifs.h1972 int tot_orphans; member
Dsuper.c1831 ubifs_assert(c->tot_orphans == 0); in ubifs_remount_rw()