Lines Matching defs:block_end
4896 u64 block_end;
4932 block_end = block_start + blocksize - 1;
4995 btrfs_lock_extent(io_tree, block_start, block_end, &cached_state);
4999 btrfs_unlock_extent(io_tree, block_start, block_end, &cached_state);
5007 ret = btrfs_reset_extent_delalloc(inode, block_start, block_end, 0, &cached_state);
5009 btrfs_unlock_extent(io_tree, block_start, block_end, &cached_state);
5027 zero_end = min_t(u64, block_end, end);
5033 block_end + 1 - block_start);
5036 btrfs_set_extent_bit(&inode->io_tree, block_start, block_end,
5039 btrfs_unlock_extent(io_tree, block_start, block_end, &cached_state);
5121 u64 block_end = ALIGN(size, fs_info->sectorsize);
5139 btrfs_lock_and_flush_ordered_range(inode, hole_start, block_end - 1,
5143 em = btrfs_get_extent(inode, NULL, cur_offset, block_end - cur_offset);
5149 last_byte = min(btrfs_extent_map_end(em), block_end);
5193 if (cur_offset >= block_end)
5197 btrfs_unlock_extent(io_tree, hole_start, block_end - 1, &cached_state);