Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dorphan.c65 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
85 c->tot_orphans += 1; in ubifs_add_orphan()
120 c->tot_orphans -= 1; in __orphan_drop()
201 if (c->tot_orphans == 0) in ubifs_orphan_start_commit()
389 tot_avail, c->tot_orphans); in consolidate()
390 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
405 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()
466 c->tot_orphans -= 1; in erase_deleted()
Dubifs.h1418 int tot_orphans; member
Dsuper.c1756 ubifs_assert(c, c->tot_orphans == 0); in ubifs_remount_rw()