/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 68 u64 total_dirty = 2 * max_bytes; in test_find_delalloc() local 93 for (index = 0; index < (total_dirty >> PAGE_SHIFT); index++) { in test_find_delalloc() 199 set_extent_delalloc(tmp, max_bytes, total_dirty - 1, 0, NULL); in test_find_delalloc() 208 if (start != test_start || end != total_dirty - 1) { in test_find_delalloc() 210 test_start, total_dirty - 1, start, end); in test_find_delalloc() 261 clear_extent_bits(tmp, 0, total_dirty - 1, (unsigned)-1); in test_find_delalloc() 265 process_page_range(inode, 0, total_dirty - 1, in test_find_delalloc()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 277 if (c->lst.total_dirty < 0 || (c->lst.total_dirty & 7)) { in validate_master() 287 if (c->lst.total_free + c->lst.total_dirty + in validate_master() 300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master() 307 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master() 376 c->lst.total_dirty = le64_to_cpu(c->mst_node->total_dirty); in ubifs_read_master()
|
H A D | lprops.c | 541 ubifs_assert(c, !(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp() 587 c->lst.total_dirty += dirty - lprops->dirty; in ubifs_change_lp() 1093 lst->total_dirty += lp->dirty; in scan_check_cb() 1214 lst->total_dirty += dirty; in scan_check_cb() 1280 lst.total_dirty != c->lst.total_dirty || in dbg_check_lprops() 1283 ubifs_err(c, "calculated: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", in dbg_check_lprops() 1285 lst.total_dirty, lst.total_used); in dbg_check_lprops() 1286 ubifs_err(c, "read from lprops: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", in dbg_check_lprops() 1288 c->lst.total_dirty, in dbg_check_lprops() [all...] |
H A D | commit.c | 181 c->mst_node->total_dirty = cpu_to_le64(lst.total_dirty); in do_commit()
|
H A D | ubifs-media.h | 701 * @total_dirty: total dirty space in bytes 736 __le64 total_dirty; member
|
H A D | sb.c | 261 mst->total_dirty = cpu_to_le64(tmp64); in create_default_filesystem()
|
H A D | debug.c | 420 (unsigned long long)le64_to_cpu(mst->total_dirty)); in ubifs_dump_node() 605 pr_err("\ttaken_empty_lebs %d, total_free %lld, total_dirty %lld\n", in ubifs_dump_lstats() 606 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
|
H A D | ubifs.h | 509 * @total_dirty: total dirty space in bytes (includes all LEBs) 534 long long total_dirty; member
|
H A D | super.c | 1242 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | master.c | 277 if (c->lst.total_dirty < 0 || (c->lst.total_dirty & 7)) { in validate_master() 287 if (c->lst.total_free + c->lst.total_dirty + in validate_master() 300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master() 307 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master() 376 c->lst.total_dirty = le64_to_cpu(c->mst_node->total_dirty); in ubifs_read_master()
|
H A D | lprops.c | 541 ubifs_assert(c, !(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp() 587 c->lst.total_dirty += dirty - lprops->dirty; in ubifs_change_lp() 1093 lst->total_dirty += lp->dirty; in scan_check_cb() 1214 lst->total_dirty += dirty; in scan_check_cb() 1280 lst.total_dirty != c->lst.total_dirty || in dbg_check_lprops() 1283 ubifs_err(c, "calculated: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", in dbg_check_lprops() 1285 lst.total_dirty, lst.total_used); in dbg_check_lprops() 1286 ubifs_err(c, "read from lprops: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", in dbg_check_lprops() 1288 c->lst.total_dirty, in dbg_check_lprops() [all...] |
H A D | commit.c | 181 c->mst_node->total_dirty = cpu_to_le64(lst.total_dirty); in do_commit()
|
H A D | ubifs-media.h | 701 * @total_dirty: total dirty space in bytes 736 __le64 total_dirty; member
|
H A D | sb.c | 264 mst->total_dirty = cpu_to_le64(tmp64); in create_default_filesystem()
|
H A D | debug.c | 420 (unsigned long long)le64_to_cpu(mst->total_dirty)); in ubifs_dump_node() 605 pr_err("\ttaken_empty_lebs %d, total_free %lld, total_dirty %lld\n", in ubifs_dump_lstats() 606 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
|
H A D | ubifs.h | 518 * @total_dirty: total dirty space in bytes (includes all LEBs) 543 long long total_dirty; member
|
H A D | super.c | 1242 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
|
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 117 u64 total_dirty = 2 * max_bytes; in test_find_delalloc() local 142 for (index = 0; index < (total_dirty >> PAGE_SHIFT); index++) { in test_find_delalloc() 248 set_extent_bit(tmp, max_bytes, total_dirty - 1, EXTENT_DELALLOC, NULL); in test_find_delalloc() 257 if (start != test_start || end != total_dirty - 1) { in test_find_delalloc() 259 test_start, total_dirty - 1, start, end); in test_find_delalloc() 312 clear_extent_bits(tmp, 0, total_dirty - 1, (unsigned)-1); in test_find_delalloc() 316 process_page_range(inode, 0, total_dirty - 1, in test_find_delalloc()
|