Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dorphan.c86 c->new_orphans += 1; in ubifs_add_orphan()
124 c->new_orphans -= 1; in __orphan_drop()
197 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
198 c->new_orphans = 0; in ubifs_orphan_start_commit()
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()
H A Dubifs.h1153 * @new_orphans: number of orphans since last commit
1407 int new_orphans; member