Lines Matching refs:max_bytes
118 u64 max_bytes = BTRFS_MAX_EXTENT_SIZE;
119 u64 total_dirty = 2 * max_bytes;
210 btrfs_set_extent_bit(tmp, sectorsize, max_bytes - 1, EXTENT_DELALLOC, NULL);
219 if (start != test_start || end != max_bytes - 1) {
221 test_start, max_bytes - 1, start, end);
238 test_start = max_bytes + sectorsize;
261 * [max_bytes]|-- search--|
265 btrfs_set_extent_bit(tmp, max_bytes, total_dirty - 1, EXTENT_DELALLOC, NULL);
291 (max_bytes + SZ_1M) >> PAGE_SHIFT);
305 * will adjust max_bytes down to PAGE_SIZE and then re-search. If