Searched refs:new_orphans (Results 1 – 2 of 2) sorted by relevance
86 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()
1416 int new_orphans; member