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

/linux-master/fs/ubifs/
H A Dorphan.c80 c->new_orphans += 1;
123 c->new_orphans -= 1;
253 c->cmt_orphans = c->new_orphans;
254 c->new_orphans = 0;
446 if (c->tot_orphans - c->new_orphans <= tot_avail) {
461 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans);
614 c->new_orphans, c->tot_orphans);
H A Dubifs.h1172 * @new_orphans: number of orphans since last commit
1426 int new_orphans; member in struct:ubifs_info

Completed in 124 milliseconds