Lines Matching refs:cmt_orphans
253 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
255 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
349 ubifs_assert(c, c->cmt_orphans > 0); in write_orph_node()
365 if (cnt > c->cmt_orphans) in write_orph_node()
366 cnt = c->cmt_orphans; in write_orph_node()
382 c->cmt_orphans -= cnt; in write_orph_node()
384 if (c->cmt_orphans) in write_orph_node()
410 while (c->cmt_orphans > 0) { in write_orph_nodes()
462 c->cmt_orphans = cnt; in consolidate()
488 ubifs_assert(c, c->cmt_orphans > 0); in commit_orphans()
490 if (avail < c->cmt_orphans) { in commit_orphans()
541 if (c->cmt_orphans != 0) { in ubifs_orphan_end_commit()