Lines Matching defs:block_end
4691 u64 block_end;
4698 block_end = block_start + blocksize - 1;
4753 lock_extent(io_tree, block_start, block_end, &cached_state);
4757 unlock_extent(io_tree, block_start, block_end, &cached_state);
4765 clear_extent_bit(&inode->io_tree, block_start, block_end,
4769 ret = btrfs_set_extent_delalloc(inode, block_start, block_end, 0,
4772 unlock_extent(io_tree, block_start, block_end, &cached_state);
4787 block_end + 1 - block_start);
4788 btrfs_page_set_dirty(fs_info, page, block_start, block_end + 1 - block_start);
4789 unlock_extent(io_tree, block_start, block_end, &cached_state);
4792 set_extent_bit(&inode->io_tree, block_start, block_end,
4875 u64 block_end = ALIGN(size, fs_info->sectorsize);
4893 btrfs_lock_and_flush_ordered_range(inode, hole_start, block_end - 1,
4898 block_end - cur_offset);
4904 last_byte = min(extent_map_end(em), block_end);
4952 if (cur_offset >= block_end)
4956 unlock_extent(io_tree, hole_start, block_end - 1, &cached_state);