Lines Matching refs:extent_end
1481 u64 extent_end; in run_delalloc_nocow() local
1549 extent_end = found_key.offset; in run_delalloc_nocow()
1567 extent_end = found_key.offset + in run_delalloc_nocow()
1575 if (extent_end <= cur_offset) { in run_delalloc_nocow()
1622 num_bytes = min(end + 1, extent_end) - cur_offset; in run_delalloc_nocow()
1653 extent_end = found_key.offset + ram_bytes; in run_delalloc_nocow()
1654 extent_end = ALIGN(extent_end, fs_info->sectorsize); in run_delalloc_nocow()
1656 if (extent_end <= start) { in run_delalloc_nocow()
1672 cur_offset = extent_end; in run_delalloc_nocow()
1751 cur_offset = extent_end; in run_delalloc_nocow()
6599 u64 extent_end = 0; in btrfs_get_extent() local
6672 extent_end = start; in btrfs_get_extent()
6678 extent_end = btrfs_file_extent_end(path); in btrfs_get_extent()
6697 if (start >= extent_end) { in btrfs_get_extent()
7032 u64 extent_end; in can_nocow_extent() local
7081 extent_end = key.offset + btrfs_file_extent_num_bytes(leaf, fi); in can_nocow_extent()
7082 if (extent_end <= offset) in can_nocow_extent()
7114 num_bytes = min(offset + *len, extent_end) - offset; in can_nocow_extent()