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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dmaster.c220 if (c->lst.total_dead + c->lst.total_dark +
226 if (c->lst.total_dead < 0 ||
227 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty ||
228 c->lst.total_dead & 7) {
305 c->lst.total_dead = le64_to_cpu(c->mst_node->total_dead);
H A Dlprops.c550 ubifs_assert(!(c->lst.total_dead & 7) && !(c->lst.total_dark & 7));
573 c->lst.total_dead -= old_spc;
614 c->lst.total_dead += new_spc;
1233 lst->total_dead += spc;
1314 if (lst->total_dead != c->lst.total_dead ||
1317 ubifs_err("calculated: total_dead %lld, total_dark %lld",
1318 lst->total_dead, lst->total_dark);
1319 ubifs_err("read from lprops: total_dead %lld, total_dark %lld",
1320 c->lst.total_dead,
[all...]
H A Dubifs-media.h667 * @total_dead: total dead space in bytes (includes only data LEBs)
699 __le64 total_dead; member in struct:ubifs_mst_node
H A Dcommit.c142 c->mst_node->total_dead = cpu_to_le64(lst.total_dead);
H A Dbudget.c239 available -= c->lst.total_dead;
H A Dubifs.h496 * @total_dead: total dead space in bytes (does not include index LEBs)
511 * @total_used, @total_dead and @total_dark fields do not account indexing
521 long long total_dead; member in struct:ubifs_lp_stats
H A Ddebug.c415 (unsigned long long)le64_to_cpu(mst->total_dead));
600 "total_dead %lld\n", lst->total_used, lst->total_dark,
601 lst->total_dead);

Completed in 59 milliseconds