Lines Matching refs:hole_start
4776 u64 hole_start = ALIGN(oldsize, root->sectorsize); in btrfs_cont_expand() local
4792 if (size <= hole_start) in btrfs_cont_expand()
4798 lock_extent_bits(io_tree, hole_start, block_end - 1, 0, in btrfs_cont_expand()
4800 ordered = btrfs_lookup_ordered_range(inode, hole_start, in btrfs_cont_expand()
4801 block_end - hole_start); in btrfs_cont_expand()
4804 unlock_extent_cached(io_tree, hole_start, block_end - 1, in btrfs_cont_expand()
4810 cur_offset = hole_start; in btrfs_cont_expand()
4869 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state, in btrfs_cont_expand()
7072 u64 hole_start = start; in btrfs_get_extent_fiemap() local
7095 hole_start = max(hole_em->start, start); in btrfs_get_extent_fiemap()
7096 hole_len = calc_end - hole_start; in btrfs_get_extent_fiemap()
7100 if (hole_em && range_start > hole_start) { in btrfs_get_extent_fiemap()
7106 range_start - hole_start); in btrfs_get_extent_fiemap()
7107 em->start = hole_start; in btrfs_get_extent_fiemap()
7108 em->orig_start = hole_start; in btrfs_get_extent_fiemap()