Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dorphan.c197 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
199 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
293 ubifs_assert(c, c->cmt_orphans > 0); in write_orph_node()
309 if (cnt > c->cmt_orphans) in write_orph_node()
310 cnt = c->cmt_orphans; in write_orph_node()
326 c->cmt_orphans -= cnt; in write_orph_node()
328 if (c->cmt_orphans) in write_orph_node()
354 while (c->cmt_orphans > 0) { in write_orph_nodes()
406 c->cmt_orphans = cnt; in consolidate()
432 ubifs_assert(c, c->cmt_orphans > 0); in commit_orphans()
[all …]
Dubifs.h1417 int cmt_orphans; member