Lines Matching refs:cmt_orphans
183 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
185 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
279 ubifs_assert(c->cmt_orphans > 0); in write_orph_node()
295 if (cnt > c->cmt_orphans) in write_orph_node()
296 cnt = c->cmt_orphans; in write_orph_node()
312 c->cmt_orphans -= cnt; in write_orph_node()
314 if (c->cmt_orphans) in write_orph_node()
340 while (c->cmt_orphans > 0) { in write_orph_nodes()
392 c->cmt_orphans = cnt; in consolidate()
418 ubifs_assert(c->cmt_orphans > 0); in commit_orphans()
420 if (avail < c->cmt_orphans) { in commit_orphans()
471 if (c->cmt_orphans != 0) { in ubifs_orphan_end_commit()