Searched refs:hole_em (Results 1 – 2 of 2) sorted by relevance
2351 struct extent_map *hole_em; in fill_holes() local2415 hole_em = alloc_extent_map(); in fill_holes()2416 if (!hole_em) { in fill_holes()2420 hole_em->start = offset; in fill_holes()2421 hole_em->len = end - offset; in fill_holes()2422 hole_em->ram_bytes = hole_em->len; in fill_holes()2423 hole_em->orig_start = offset; in fill_holes()2425 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()2426 hole_em->block_len = 0; in fill_holes()2427 hole_em->orig_block_len = 0; in fill_holes()[all …]
4801 struct extent_map *hole_em; in btrfs_cont_expand() local4815 hole_em = alloc_extent_map(); in btrfs_cont_expand()4816 if (!hole_em) { in btrfs_cont_expand()4821 hole_em->start = cur_offset; in btrfs_cont_expand()4822 hole_em->len = hole_size; in btrfs_cont_expand()4823 hole_em->orig_start = cur_offset; in btrfs_cont_expand()4825 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()4826 hole_em->block_len = 0; in btrfs_cont_expand()4827 hole_em->orig_block_len = 0; in btrfs_cont_expand()4828 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()[all …]