Searched refs:tot_orphans (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dorphan.c59 if (c->tot_orphans >= c->max_orphans) {
79 c->tot_orphans += 1;
119 c->tot_orphans -= 1;
257 if (c->tot_orphans == 0)
445 tot_avail, c->tot_orphans);
446 if (c->tot_orphans - c->new_orphans <= tot_avail) {
461 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans);
523 c->tot_orphans -= 1;
606 c->tot_orphans += 1;
614 c->new_orphans, c->tot_orphans);
[all...]
H A Dubifs.h1174 * @tot_orphans: number of orphans in the rb_tree
1428 int tot_orphans; member in struct:ubifs_info
H A Dsuper.c1756 ubifs_assert(c, c->tot_orphans == 0);

Completed in 141 milliseconds