Lines Matching defs:hole_start
4763 u64 hole_start = ALIGN(oldsize, fs_info->sectorsize);
4779 if (size <= hole_start)
4782 btrfs_lock_and_flush_ordered_range(BTRFS_I(inode), hole_start,
4784 cur_offset = hole_start;
4855 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state);
6863 u64 hole_start;
6885 hole_start = max(hole_em->start, start);
6886 hole_len = hole_end - hole_start;
6889 if (hole_em && delalloc_start > hole_start) {
6895 em->len = min(hole_len, delalloc_start - hole_start);
6896 em->start = hole_start;
6897 em->orig_start = hole_start;