Searched refs:hole_em (Results 1 – 2 of 2) sorted by relevance
2376 struct extent_map *hole_em; in fill_holes() local2441 hole_em = alloc_extent_map(); in fill_holes()2442 if (!hole_em) { in fill_holes()2446 hole_em->start = offset; in fill_holes()2447 hole_em->len = end - offset; in fill_holes()2448 hole_em->ram_bytes = hole_em->len; in fill_holes()2449 hole_em->orig_start = offset; in fill_holes()2451 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()2452 hole_em->block_len = 0; in fill_holes()2453 hole_em->orig_block_len = 0; in fill_holes()[all …]
5088 struct extent_map *hole_em; in btrfs_cont_expand() local5100 hole_em = alloc_extent_map(); in btrfs_cont_expand()5101 if (!hole_em) { in btrfs_cont_expand()5108 hole_em->start = cur_offset; in btrfs_cont_expand()5109 hole_em->len = hole_size; in btrfs_cont_expand()5110 hole_em->orig_start = cur_offset; in btrfs_cont_expand()5112 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()5113 hole_em->block_len = 0; in btrfs_cont_expand()5114 hole_em->orig_block_len = 0; in btrfs_cont_expand()5115 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()[all …]