Lines Matching refs:extent_end
1610 u64 extent_end; in run_delalloc_nocow() local
1678 extent_end = found_key.offset; in run_delalloc_nocow()
1696 extent_end = found_key.offset + in run_delalloc_nocow()
1704 if (extent_end <= cur_offset) { in run_delalloc_nocow()
1757 num_bytes = min(end + 1, extent_end) - cur_offset; in run_delalloc_nocow()
1789 extent_end = found_key.offset + ram_bytes; in run_delalloc_nocow()
1790 extent_end = ALIGN(extent_end, fs_info->sectorsize); in run_delalloc_nocow()
1792 if (extent_end <= start) { in run_delalloc_nocow()
1808 cur_offset = extent_end; in run_delalloc_nocow()
1887 cur_offset = extent_end; in run_delalloc_nocow()
7039 u64 extent_end = 0; in btrfs_get_extent() local
7114 extent_end = start; in btrfs_get_extent()
7120 extent_end = btrfs_file_extent_end(path); in btrfs_get_extent()
7139 if (start >= extent_end) { in btrfs_get_extent()
7483 u64 extent_end; in can_nocow_extent() local
7532 extent_end = key.offset + btrfs_file_extent_num_bytes(leaf, fi); in can_nocow_extent()
7533 if (extent_end <= offset) in can_nocow_extent()
7565 num_bytes = min(offset + *len, extent_end) - offset; in can_nocow_extent()