Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dorphan.c67 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
87 c->tot_orphans += 1; in ubifs_add_orphan()
136 c->tot_orphans -= 1; in ubifs_delete_orphan()
177 if (c->tot_orphans == 0) in ubifs_orphan_start_commit()
365 tot_avail, c->tot_orphans); in consolidate()
366 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
381 ubifs_assert(cnt == c->tot_orphans - c->new_orphans); in consolidate()
443 c->tot_orphans -= 1; in erase_deleted()
526 c->tot_orphans += 1; in insert_dead_orphan()
534 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
H A Dubifs.h1973 int tot_orphans; member
H A Dsuper.c1829 ubifs_assert(c->tot_orphans == 0); in ubifs_remount_rw()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dorphan.c59 if (c->tot_orphans >= c->max_orphans) { in orphan_add()
79 c->tot_orphans += 1; in orphan_add()
119 c->tot_orphans -= 1; in __orphan_drop()
257 if (c->tot_orphans == 0) in ubifs_orphan_start_commit()
445 tot_avail, c->tot_orphans); in consolidate()
446 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
461 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()
523 c->tot_orphans -= 1; in erase_deleted()
606 c->tot_orphans += 1; in insert_dead_orphan()
614 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
H A Dubifs.h1396 int tot_orphans; member
H A Dsuper.c1742 ubifs_assert(c, c->tot_orphans == 0); in ubifs_remount_rw()