Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dorphan.c87 c->new_orphans += 1; in ubifs_add_orphan()
138 c->new_orphans -= 1; in ubifs_delete_orphan()
172 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
173 c->new_orphans = 0; in ubifs_orphan_start_commit()
365 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
380 ubifs_assert(cnt == c->tot_orphans - c->new_orphans); in consolidate()
533 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
H A Dubifs.h1970 int new_orphans; member
/openbmc/linux/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.h1422 int new_orphans; member