Lines Matching refs:max_bytes
66 u64 max_bytes = SZ_128M; in test_find_delalloc() local
110 &end, max_bytes); in test_find_delalloc()
137 set_extent_delalloc(&tmp, sectorsize, max_bytes - 1, 0, NULL); in test_find_delalloc()
141 &end, max_bytes); in test_find_delalloc()
146 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
148 test_start, max_bytes - 1, start, end); in test_find_delalloc()
165 test_start = max_bytes + sectorsize; in test_find_delalloc()
175 &end, max_bytes); in test_find_delalloc()
192 set_extent_delalloc(&tmp, max_bytes, total_dirty - 1, 0, NULL); in test_find_delalloc()
196 &end, max_bytes); in test_find_delalloc()
218 (max_bytes + SZ_1M) >> PAGE_SHIFT); in test_find_delalloc()
237 &end, max_bytes); in test_find_delalloc()