Lines Matching refs:hole_em
4890 struct extent_map *hole_em; in btrfs_cont_expand() local
4902 hole_em = alloc_extent_map(); in btrfs_cont_expand()
4903 if (!hole_em) { in btrfs_cont_expand()
4910 hole_em->start = cur_offset; in btrfs_cont_expand()
4911 hole_em->len = hole_size; in btrfs_cont_expand()
4912 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
4914 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
4915 hole_em->block_len = 0; in btrfs_cont_expand()
4916 hole_em->orig_block_len = 0; in btrfs_cont_expand()
4917 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
4918 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
4919 hole_em->generation = fs_info->generation; in btrfs_cont_expand()
4921 err = btrfs_replace_extent_map_range(inode, hole_em, true); in btrfs_cont_expand()
4922 free_extent_map(hole_em); in btrfs_cont_expand()