Lines Matching refs:hole_start
5000 u64 hole_start = ALIGN(oldsize, fs_info->sectorsize); in btrfs_cont_expand() local
5016 if (size <= hole_start) in btrfs_cont_expand()
5022 lock_extent_bits(io_tree, hole_start, block_end - 1, in btrfs_cont_expand()
5024 ordered = btrfs_lookup_ordered_range(BTRFS_I(inode), hole_start, in btrfs_cont_expand()
5025 block_end - hole_start); in btrfs_cont_expand()
5028 unlock_extent_cached(io_tree, hole_start, block_end - 1, in btrfs_cont_expand()
5034 cur_offset = hole_start; in btrfs_cont_expand()
5094 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state); in btrfs_cont_expand()
7061 u64 hole_start = start; in btrfs_get_extent_fiemap() local
7084 hole_start = max(hole_em->start, start); in btrfs_get_extent_fiemap()
7085 hole_len = calc_end - hole_start; in btrfs_get_extent_fiemap()
7089 if (hole_em && range_start > hole_start) { in btrfs_get_extent_fiemap()
7095 range_start - hole_start); in btrfs_get_extent_fiemap()
7096 em->start = hole_start; in btrfs_get_extent_fiemap()
7097 em->orig_start = hole_start; in btrfs_get_extent_fiemap()