Lines Matching refs:hole_em
5088 struct extent_map *hole_em; in btrfs_cont_expand() local
5100 hole_em = alloc_extent_map(); in btrfs_cont_expand()
5101 if (!hole_em) { in btrfs_cont_expand()
5108 hole_em->start = cur_offset; in btrfs_cont_expand()
5109 hole_em->len = hole_size; in btrfs_cont_expand()
5110 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
5112 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
5113 hole_em->block_len = 0; in btrfs_cont_expand()
5114 hole_em->orig_block_len = 0; in btrfs_cont_expand()
5115 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
5116 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
5117 hole_em->generation = fs_info->generation; in btrfs_cont_expand()
5119 err = btrfs_replace_extent_map_range(inode, hole_em, true); in btrfs_cont_expand()
5120 free_extent_map(hole_em); in btrfs_cont_expand()