Lines Matching defs:max_bytes
116 u64 max_bytes = BTRFS_MAX_EXTENT_SIZE;
117 u64 total_dirty = 2 * max_bytes;
193 set_extent_bit(tmp, sectorsize, max_bytes - 1, EXTENT_DELALLOC, NULL);
202 if (start != test_start || end != max_bytes - 1) {
204 test_start, max_bytes - 1, start, end);
221 test_start = max_bytes + sectorsize;
244 * [max_bytes]|-- search--|
248 set_extent_bit(tmp, max_bytes, total_dirty - 1, EXTENT_DELALLOC, NULL);
274 (max_bytes + SZ_1M) >> PAGE_SHIFT);
288 * will adjust max_bytes down to PAGE_SIZE and then re-search. If