Home
last modified time | relevance | path

Searched refs:new_orphans (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dorphan.c98 c->new_orphans += 1; in ubifs_add_orphan()
149 c->new_orphans -= 1; in ubifs_delete_orphan()
183 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
184 c->new_orphans = 0; in ubifs_orphan_start_commit()
376 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
391 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()
544 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
Dubifs.h1367 int new_orphans; member