Lines Matching refs:hole_em
4927 struct extent_map *hole_em; in btrfs_cont_expand() local
4939 hole_em = alloc_extent_map(); in btrfs_cont_expand()
4940 if (!hole_em) { in btrfs_cont_expand()
4947 hole_em->start = cur_offset; in btrfs_cont_expand()
4948 hole_em->len = hole_size; in btrfs_cont_expand()
4949 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
4951 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
4952 hole_em->block_len = 0; in btrfs_cont_expand()
4953 hole_em->orig_block_len = 0; in btrfs_cont_expand()
4954 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
4955 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
4956 hole_em->generation = fs_info->generation; in btrfs_cont_expand()
4958 err = btrfs_replace_extent_map_range(inode, hole_em, true); in btrfs_cont_expand()
4959 free_extent_map(hole_em); in btrfs_cont_expand()