Searched refs:new_orphans (Results 1 – 4 of 4) sorted by relevance
88 c->new_orphans += 1; in ubifs_add_orphan()139 c->new_orphans -= 1; in ubifs_delete_orphan()173 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()174 c->new_orphans = 0; in ubifs_orphan_start_commit()366 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()381 ubifs_assert(cnt == c->tot_orphans - c->new_orphans); in consolidate()534 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
1971 int new_orphans; member
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()
1394 int new_orphans; member