Lines Matching defs:delalloc_start
331 u64 delalloc_start;
346 delalloc_start = *start;
348 found = btrfs_find_delalloc_range(tree, &delalloc_start, &delalloc_end,
350 if (!found || delalloc_end <= *start || delalloc_start > orig_end) {
351 *start = delalloc_start;
364 if (delalloc_start < *start)
365 delalloc_start = *start;
370 if (delalloc_end + 1 - delalloc_start > max_bytes)
371 delalloc_end = delalloc_start + max_bytes - 1;
375 delalloc_start, delalloc_end);
394 lock_extent(tree, delalloc_start, delalloc_end, &cached_state);
397 ret = test_range_bit(tree, delalloc_start, delalloc_end,
400 unlock_extent(tree, delalloc_start, delalloc_end,
403 delalloc_start, delalloc_end);
408 *start = delalloc_start;
1177 u64 delalloc_start = page_start;
1182 while (delalloc_start < page_end) {
1185 &delalloc_start, &delalloc_end)) {
1186 delalloc_start = delalloc_end + 1;
1190 ret = btrfs_run_delalloc_range(inode, page, delalloc_start,
1195 delalloc_start = delalloc_end + 1;
2738 u64 delalloc_start;
2746 &delalloc_start,
2758 prealloc_len = delalloc_start - start;
2761 prealloc_len = delalloc_start - prealloc_start;
2786 ret = emit_fiemap_extent(fieinfo, cache, delalloc_start, 0,
2787 delalloc_end + 1 - delalloc_start,
2795 extent_offset += cur_offset - delalloc_start;
3111 u64 delalloc_start;
3119 &delalloc_start,