Home
last modified time | relevance | path

Searched refs:cmt_orphans (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ubifs/
Dorphan.c185 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
187 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
282 ubifs_assert(c->cmt_orphans > 0); in write_orph_node()
298 if (cnt > c->cmt_orphans) in write_orph_node()
299 cnt = c->cmt_orphans; in write_orph_node()
313 c->cmt_orphans -= cnt; in write_orph_node()
315 if (c->cmt_orphans) in write_orph_node()
341 while (c->cmt_orphans > 0) { in write_orph_nodes()
393 c->cmt_orphans = cnt; in consolidate()
419 ubifs_assert(c->cmt_orphans > 0); in commit_orphans()
[all …]
Dubifs.h1361 int cmt_orphans; member