Lines Matching refs:max_bytes
74 u64 max_bytes = 128 * 1024 * 1024; in test_find_delalloc() local
116 &end, max_bytes); in test_find_delalloc()
143 set_extent_delalloc(&tmp, 4096, max_bytes - 1, NULL, GFP_NOFS); in test_find_delalloc()
147 &end, max_bytes); in test_find_delalloc()
152 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
154 "%Lu\n", test_start, max_bytes - 1, start, end); in test_find_delalloc()
171 test_start = max_bytes + 4096; in test_find_delalloc()
181 &end, max_bytes); in test_find_delalloc()
198 set_extent_delalloc(&tmp, max_bytes, total_dirty - 1, NULL, GFP_NOFS); in test_find_delalloc()
202 &end, max_bytes); in test_find_delalloc()
223 page = find_get_page(inode->i_mapping, (max_bytes + (1 * 1024 * 1024)) in test_find_delalloc()
243 &end, max_bytes); in test_find_delalloc()