Home
last modified time | relevance | path

Searched refs:hole_em (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dfile.c2134 struct extent_map *hole_em; in fill_holes() local
2193 hole_em = alloc_extent_map(); in fill_holes()
2194 if (!hole_em) { in fill_holes()
2199 hole_em->start = offset; in fill_holes()
2200 hole_em->len = end - offset; in fill_holes()
2201 hole_em->ram_bytes = hole_em->len; in fill_holes()
2202 hole_em->orig_start = offset; in fill_holes()
2204 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2205 hole_em->block_len = 0; in fill_holes()
2206 hole_em->orig_block_len = 0; in fill_holes()
[all …]
Dinode.c4780 struct extent_map *hole_em; in btrfs_cont_expand() local
4789 hole_em = alloc_extent_map(); in btrfs_cont_expand()
4790 if (!hole_em) { in btrfs_cont_expand()
4795 hole_em->start = cur_offset; in btrfs_cont_expand()
4796 hole_em->len = hole_size; in btrfs_cont_expand()
4797 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
4799 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
4800 hole_em->block_len = 0; in btrfs_cont_expand()
4801 hole_em->orig_block_len = 0; in btrfs_cont_expand()
4802 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
[all …]