Lines Matching refs:total_dead
542 ubifs_assert(c, !(c->lst.total_dead & 7) && !(c->lst.total_dark & 7));
565 c->lst.total_dead -= old_spc;
606 c->lst.total_dead += new_spc;
1220 lst->total_dead += spc;
1293 if (lst.total_dead != c->lst.total_dead ||
1296 ubifs_err(c, "calculated: total_dead %lld, total_dark %lld",
1297 lst.total_dead, lst.total_dark);
1298 ubifs_err(c, "read from lprops: total_dead %lld, total_dark %lld",
1299 c->lst.total_dead, c->lst.total_dark);