Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
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()
250 if (c->tot_orphans == 0) in ubifs_orphan_start_commit()
438 tot_avail, c->tot_orphans); in consolidate()
439 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
454 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()
516 c->tot_orphans -= 1; in erase_deleted()
599 c->tot_orphans += 1; in insert_dead_orphan()
607 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
Dubifs.h1394 int tot_orphans; member
Dsuper.c1700 ubifs_assert(c, c->tot_orphans == 0); in ubifs_remount_rw()