Searched refs:new_orphans (Results 1 – 2 of 2) sorted by relevance
80 c->new_orphans += 1; in orphan_add()123 c->new_orphans -= 1; in __orphan_drop()253 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()254 c->new_orphans = 0; in ubifs_orphan_start_commit()446 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()461 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()614 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
1422 int new_orphans; member