Home
last modified time | relevance | path

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

/fs/ubifs/
Dorphan.c102 c->new_orphans += 1; in ubifs_add_orphan()
152 c->new_orphans -= 1; in ubifs_delete_orphan()
184 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
185 c->new_orphans = 0; in ubifs_orphan_start_commit()
377 if (c->tot_orphans - c->new_orphans <= tot_avail) { in consolidate()
391 ubifs_assert(cnt == c->tot_orphans - c->new_orphans); in consolidate()
542 c->new_orphans, c->tot_orphans); in insert_dead_orphan()
Dubifs.h1305 int new_orphans; member