Lines Matching refs:extent_end
1819 u64 extent_end; in can_nocow_file_extent() local
1854 extent_end = btrfs_file_extent_end(path); in can_nocow_file_extent()
1891 args->file_extent.num_bytes = min(args->end + 1, extent_end) - args->start; in can_nocow_file_extent()
2070 u64 extent_end; in run_delalloc_nocow() local
2148 extent_end = btrfs_file_extent_end(path); in run_delalloc_nocow()
2154 if (extent_end <= cur_offset) { in run_delalloc_nocow()
2181 cur_offset = extent_end; in run_delalloc_nocow()
2212 cur_offset = extent_end; in run_delalloc_nocow()
6988 u64 extent_end = 0; in btrfs_get_extent() local
7061 extent_end = start; in btrfs_get_extent()
7067 extent_end = btrfs_file_extent_end(path); in btrfs_get_extent()
7086 if (start >= extent_end) { in btrfs_get_extent()