Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dfile.c2099 struct extent_map *hole_em; in fill_holes() local
2164 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 …]
H A Dinode.c4927 struct extent_map *hole_em; in btrfs_cont_expand() local
4939 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 …]