Searched refs:hole_em (Results 1 – 2 of 2) sorted by relevance
2099 struct extent_map *hole_em; in fill_holes() local2164 hole_em = alloc_extent_map(); in fill_holes()2165 if (!hole_em) { in fill_holes()2169 hole_em->start = offset; in fill_holes()2170 hole_em->len = end - offset; in fill_holes()2171 hole_em->ram_bytes = hole_em->len; in fill_holes()2172 hole_em->orig_start = offset; in fill_holes()2174 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()2175 hole_em->block_len = 0; in fill_holes()2176 hole_em->orig_block_len = 0; in fill_holes()[all …]
4927 struct extent_map *hole_em; in btrfs_cont_expand() local4939 hole_em = alloc_extent_map(); in btrfs_cont_expand()4940 if (!hole_em) { in btrfs_cont_expand()4947 hole_em->start = cur_offset; in btrfs_cont_expand()4948 hole_em->len = hole_size; in btrfs_cont_expand()4949 hole_em->orig_start = cur_offset; in btrfs_cont_expand()4951 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()4952 hole_em->block_len = 0; in btrfs_cont_expand()4953 hole_em->orig_block_len = 0; in btrfs_cont_expand()4954 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()[all …]