Lines Matching refs:cmt_orphans
173 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
175 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
269 ubifs_assert(c->cmt_orphans > 0); in write_orph_node()
285 if (cnt > c->cmt_orphans) in write_orph_node()
286 cnt = c->cmt_orphans; in write_orph_node()
302 c->cmt_orphans -= cnt; in write_orph_node()
304 if (c->cmt_orphans) in write_orph_node()
330 while (c->cmt_orphans > 0) { in write_orph_nodes()
382 c->cmt_orphans = cnt; in consolidate()
408 ubifs_assert(c->cmt_orphans > 0); in commit_orphans()
410 if (avail < c->cmt_orphans) { in commit_orphans()
461 if (c->cmt_orphans != 0) { in ubifs_orphan_end_commit()