Searched refs:total_dead (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ubifs/
H A Dmaster.c293 if (c->lst.total_dead + c->lst.total_dark +
299 if (c->lst.total_dead < 0 ||
300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty ||
301 c->lst.total_dead & 7) {
378 c->lst.total_dead = le64_to_cpu(c->mst_node->total_dead);
H A Dlprops.c542 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;
1221 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,
[all...]
H A Dcommit.c194 c->mst_node->total_dead = cpu_to_le64(lst.total_dead);
H A Dubifs-media.h703 * @total_dead: total dead space in bytes (includes only data LEBs)
738 __le64 total_dead; member in struct:ubifs_mst_node
H A Dbudget.c223 available -= c->lst.total_dead;
H A Ddebug.c424 (unsigned long long)le64_to_cpu(mst->total_dead));
607 pr_err("\ttotal_used %lld, total_dark %lld, total_dead %lld\n",
608 lst->total_used, lst->total_dark, lst->total_dead);
H A Dubifs.h520 * @total_dead: total dead space in bytes (does not include index LEBs)
535 * @total_used, @total_dead and @total_dark fields do not account indexing
545 long long total_dead; member in struct:ubifs_lp_stats

Completed in 289 milliseconds