Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Dorphan.c246 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
248 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
342 ubifs_assert(c, c->cmt_orphans > 0); in write_orph_node()
358 if (cnt > c->cmt_orphans) in write_orph_node()
359 cnt = c->cmt_orphans; in write_orph_node()
375 c->cmt_orphans -= cnt; in write_orph_node()
377 if (c->cmt_orphans) in write_orph_node()
403 while (c->cmt_orphans > 0) { in write_orph_nodes()
455 c->cmt_orphans = cnt; in consolidate()
481 ubifs_assert(c, c->cmt_orphans > 0); in commit_orphans()
[all …]
Dubifs.h1393 int cmt_orphans; member