Lines Matching refs:extent_end
1860 u64 extent_end; in can_nocow_file_extent() local
1901 extent_end = btrfs_file_extent_end(path); in can_nocow_file_extent()
1935 args->num_bytes = min(args->end + 1, extent_end) - args->start; in can_nocow_file_extent()
1998 u64 extent_end; in run_delalloc_nocow() local
2060 extent_end = found_key.offset; in run_delalloc_nocow()
2079 extent_end = btrfs_file_extent_end(path); in run_delalloc_nocow()
2085 if (extent_end <= cur_offset) { in run_delalloc_nocow()
2110 cur_offset = extent_end; in run_delalloc_nocow()
2187 cur_offset = extent_end; in run_delalloc_nocow()
6735 u64 extent_end = 0; in btrfs_get_extent() local
6809 extent_end = start; in btrfs_get_extent()
6815 extent_end = btrfs_file_extent_end(path); in btrfs_get_extent()
6834 if (start >= extent_end) { in btrfs_get_extent()