Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dorphan.c88 c->new_orphans += 1; in ubifs_add_orphan()
139 c->new_orphans -= 1; in ubifs_delete_orphan()
173 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
174 c->new_orphans = 0; in ubifs_orphan_start_commit()
366 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
381 ubifs_assert(cnt == c->tot_orphans - c->new_orphans); in consolidate()
534 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
H A Dubifs.h1971 int new_orphans; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dorphan.c80 c->new_orphans += 1; in orphan_add()
123 c->new_orphans -= 1; in __orphan_drop()
253 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
254 c->new_orphans = 0; in ubifs_orphan_start_commit()
446 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
461 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()
614 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
H A Dubifs.h1394 int new_orphans; member