Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dorphan.c173 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
175 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
269 ubifs_assert(c->cmt_orphans > 0); in write_orph_node()
285 if (cnt > c->cmt_orphans) in write_orph_node()
286 cnt = c->cmt_orphans; in write_orph_node()
302 c->cmt_orphans -= cnt; in write_orph_node()
304 if (c->cmt_orphans) in write_orph_node()
330 while (c->cmt_orphans > 0) { in write_orph_nodes()
382 c->cmt_orphans = cnt; in consolidate()
408 ubifs_assert(c->cmt_orphans > 0); in commit_orphans()
[all …]
H A Dubifs.h1972 int cmt_orphans; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dorphan.c253 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
255 dbg_cmt("%d orphans to commit", c->cmt_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()
[all …]
H A Dubifs.h1395 int cmt_orphans; member