Lines Matching refs:hole_em
4909 struct extent_map *hole_em; in btrfs_cont_expand() local
4921 hole_em = alloc_extent_map(); in btrfs_cont_expand()
4922 if (!hole_em) { in btrfs_cont_expand()
4929 hole_em->start = cur_offset; in btrfs_cont_expand()
4930 hole_em->len = hole_size; in btrfs_cont_expand()
4931 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
4933 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
4934 hole_em->block_len = 0; in btrfs_cont_expand()
4935 hole_em->orig_block_len = 0; in btrfs_cont_expand()
4936 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
4937 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
4938 hole_em->generation = fs_info->generation; in btrfs_cont_expand()
4940 err = btrfs_replace_extent_map_range(inode, hole_em, true); in btrfs_cont_expand()
4941 free_extent_map(hole_em); in btrfs_cont_expand()