Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dorphan.c174 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
270 ubifs_assert(c->cmt_orphans > 0); in write_orph_node()
286 if (cnt > c->cmt_orphans) in write_orph_node()
287 cnt = c->cmt_orphans; in write_orph_node()
303 c->cmt_orphans -= cnt; in write_orph_node()
305 if (c->cmt_orphans) in write_orph_node()
331 while (c->cmt_orphans > 0) { in write_orph_nodes()
383 c->cmt_orphans = cnt; in consolidate()
409 ubifs_assert(c->cmt_orphans > 0); in commit_orphans()
411 if (avail < c->cmt_orphans) { in commit_orphans()
[all …]
A Dubifs.h1971 int cmt_orphans; member

Completed in 11 milliseconds