Lines Matching defs:delalloc_start
1832 u64 delalloc_start,
1835 unsigned long index = delalloc_start >> PAGE_SHIFT;
1847 __unlock_for_delalloc(inode, locked_page, delalloc_start,
1866 u64 delalloc_start;
1875 delalloc_start = *start;
1877 found = btrfs_find_delalloc_range(tree, &delalloc_start, &delalloc_end,
1880 *start = delalloc_start;
1891 if (delalloc_start < *start)
1892 delalloc_start = *start;
1897 if (delalloc_end + 1 - delalloc_start > max_bytes)
1898 delalloc_end = delalloc_start + max_bytes - 1;
1902 delalloc_start, delalloc_end);
1921 lock_extent_bits(tree, delalloc_start, delalloc_end, &cached_state);
1924 ret = test_range_bit(tree, delalloc_start, delalloc_end,
1927 unlock_extent_cached(tree, delalloc_start, delalloc_end,
1930 delalloc_start, delalloc_end);
1935 *start = delalloc_start;
3383 u64 delalloc_start, unsigned long *nr_written)
3385 u64 page_end = delalloc_start + PAGE_SIZE - 1;
3395 &delalloc_start,
3398 delalloc_start = delalloc_end + 1;
3401 ret = btrfs_run_delalloc_range(inode, page, delalloc_start,
3417 delalloc_to_write += (delalloc_end - delalloc_start +
3419 delalloc_start = delalloc_end + 1;