Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dorphan.c172 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
268 ubifs_assert(c->cmt_orphans > 0); in write_orph_node()
284 if (cnt > c->cmt_orphans) in write_orph_node()
285 cnt = c->cmt_orphans; in write_orph_node()
301 c->cmt_orphans -= cnt; in write_orph_node()
303 if (c->cmt_orphans) in write_orph_node()
329 while (c->cmt_orphans > 0) { in write_orph_nodes()
381 c->cmt_orphans = cnt; in consolidate()
407 ubifs_assert(c->cmt_orphans > 0); in commit_orphans()
409 if (avail < c->cmt_orphans) { in commit_orphans()
[all …]
H A Dubifs.h1971 int cmt_orphans; member
/openbmc/linux/fs/ubifs/
H A Dorphan.c253 c->cmt_orphans = c->new_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()
[all …]
H A Dubifs.h1423 int cmt_orphans; member