Lines Matching refs:hole_em
2097 struct extent_map *hole_em; in fill_holes() local
2162 hole_em = alloc_extent_map(); in fill_holes()
2163 if (!hole_em) { in fill_holes()
2167 hole_em->start = offset; in fill_holes()
2168 hole_em->len = end - offset; in fill_holes()
2169 hole_em->ram_bytes = hole_em->len; in fill_holes()
2170 hole_em->orig_start = offset; in fill_holes()
2172 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2173 hole_em->block_len = 0; in fill_holes()
2174 hole_em->orig_block_len = 0; in fill_holes()
2175 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
2176 hole_em->generation = trans->transid; in fill_holes()
2178 ret = btrfs_replace_extent_map_range(inode, hole_em, true); in fill_holes()
2179 free_extent_map(hole_em); in fill_holes()