Searched refs:hole_em (Results 1 – 2 of 2) sorted by relevance
2285 struct extent_map *hole_em; in fill_holes() local2349 hole_em = alloc_extent_map(); in fill_holes()2350 if (!hole_em) { in fill_holes()2354 hole_em->start = offset; in fill_holes()2355 hole_em->len = end - offset; in fill_holes()2356 hole_em->ram_bytes = hole_em->len; in fill_holes()2357 hole_em->orig_start = offset; in fill_holes()2359 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()2360 hole_em->block_len = 0; in fill_holes()2361 hole_em->orig_block_len = 0; in fill_holes()[all …]
5133 struct extent_map *hole_em; in btrfs_cont_expand() local5142 hole_em = alloc_extent_map(); in btrfs_cont_expand()5143 if (!hole_em) { in btrfs_cont_expand()5148 hole_em->start = cur_offset; in btrfs_cont_expand()5149 hole_em->len = hole_size; in btrfs_cont_expand()5150 hole_em->orig_start = cur_offset; in btrfs_cont_expand()5152 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()5153 hole_em->block_len = 0; in btrfs_cont_expand()5154 hole_em->orig_block_len = 0; in btrfs_cont_expand()5155 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()[all …]