Lines Matching refs:extent_end
1905 u64 extent_end; in can_nocow_file_extent() local
1941 extent_end = btrfs_file_extent_end(path); in can_nocow_file_extent()
1979 args->file_extent.num_bytes = min(args->end + 1, extent_end) - args->start; in can_nocow_file_extent()
2048 u64 extent_end; in run_delalloc_nocow() local
2109 extent_end = found_key.offset; in run_delalloc_nocow()
2127 extent_end = btrfs_file_extent_end(path); in run_delalloc_nocow()
2133 if (extent_end <= cur_offset) { in run_delalloc_nocow()
2160 cur_offset = extent_end; in run_delalloc_nocow()
2236 cur_offset = extent_end; in run_delalloc_nocow()
6819 u64 extent_end = 0; in btrfs_get_extent() local
6892 extent_end = start; in btrfs_get_extent()
6898 extent_end = btrfs_file_extent_end(path); in btrfs_get_extent()
6917 if (start >= extent_end) { in btrfs_get_extent()