Lines Matching refs:hole_start
4734 u64 hole_start = ALIGN(oldsize, root->sectorsize); in btrfs_cont_expand() local
4750 if (size <= hole_start) in btrfs_cont_expand()
4756 lock_extent_bits(io_tree, hole_start, block_end - 1, 0, in btrfs_cont_expand()
4758 ordered = btrfs_lookup_ordered_range(inode, hole_start, in btrfs_cont_expand()
4759 block_end - hole_start); in btrfs_cont_expand()
4762 unlock_extent_cached(io_tree, hole_start, block_end - 1, in btrfs_cont_expand()
4768 cur_offset = hole_start; in btrfs_cont_expand()
4827 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state, in btrfs_cont_expand()
7005 u64 hole_start = start; in btrfs_get_extent_fiemap() local
7028 hole_start = max(hole_em->start, start); in btrfs_get_extent_fiemap()
7029 hole_len = calc_end - hole_start; in btrfs_get_extent_fiemap()
7033 if (hole_em && range_start > hole_start) { in btrfs_get_extent_fiemap()
7039 range_start - hole_start); in btrfs_get_extent_fiemap()
7040 em->start = hole_start; in btrfs_get_extent_fiemap()
7041 em->orig_start = hole_start; in btrfs_get_extent_fiemap()