Lines Matching refs:hole_em
2072 struct extent_map *hole_em; in fill_holes() local
2137 hole_em = alloc_extent_map(); in fill_holes()
2138 if (!hole_em) { in fill_holes()
2142 hole_em->start = offset; in fill_holes()
2143 hole_em->len = end - offset; in fill_holes()
2144 hole_em->ram_bytes = hole_em->len; in fill_holes()
2145 hole_em->orig_start = offset; in fill_holes()
2147 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2148 hole_em->block_len = 0; in fill_holes()
2149 hole_em->orig_block_len = 0; in fill_holes()
2150 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
2151 hole_em->generation = trans->transid; in fill_holes()
2153 ret = btrfs_replace_extent_map_range(inode, hole_em, true); in fill_holes()
2154 free_extent_map(hole_em); in fill_holes()