Searched refs:total_dirty (Results 1 - 9 of 9) sorted by relevance

/fs/btrfs/tests/
H A Dextent-io-tests.c73 u64 total_dirty = 256 * 1024 * 1024; local
92 for (index = 0; index < (total_dirty >> PAGE_CACHE_SHIFT); index++) {
198 set_extent_delalloc(&tmp, max_bytes, total_dirty - 1, NULL, GFP_NOFS);
207 if (start != test_start || end != total_dirty - 1) {
209 test_start, total_dirty - 1, start, end);
261 clear_extent_bits(&tmp, 0, total_dirty - 1,
266 process_page_range(inode, 0, total_dirty - 1,
/fs/ubifs/
H A Dmaster.c204 if (c->lst.total_dirty < 0 || (c->lst.total_dirty & 7)) {
214 if (c->lst.total_free + c->lst.total_dirty +
227 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty ||
234 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty ||
303 c->lst.total_dirty = le64_to_cpu(c->mst_node->total_dirty);
H A Dlprops.c555 ubifs_assert(!(c->lst.total_free & 7) && !(c->lst.total_dirty & 7));
601 c->lst.total_dirty += dirty - lprops->dirty;
1111 lst->total_dirty += lp->dirty;
1228 lst->total_dirty += dirty;
1294 lst.total_dirty != c->lst.total_dirty ||
1297 ubifs_err("calculated: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld",
1299 lst.total_dirty, lst.total_used);
1300 ubifs_err("read from lprops: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld",
1302 c->lst.total_dirty,
[all...]
H A Dubifs-media.h667 * @total_dirty: total dirty space in bytes
699 __le64 total_dirty; member in struct:ubifs_mst_node
H A Dcommit.c193 c->mst_node->total_dirty = cpu_to_le64(lst.total_dirty);
H A Dsb.c245 mst->total_dirty = cpu_to_le64(tmp64);
H A Dubifs.h507 * @total_dirty: total dirty space in bytes (includes all LEBs)
532 long long total_dirty; member in struct:ubifs_lp_stats
H A Ddebug.c397 (unsigned long long)le64_to_cpu(mst->total_dirty));
570 pr_err("\ttaken_empty_lebs %d, total_free %lld, total_dirty %lld\n",
571 lst->taken_empty_lebs, lst->total_free, lst->total_dirty);
H A Dsuper.c1129 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) {

Completed in 257 milliseconds