Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dfile.c2285 struct extent_map *hole_em; in fill_holes() local
2349 hole_em = alloc_extent_map(); in fill_holes()
2350 if (!hole_em) { in fill_holes()
2354 hole_em->start = offset; in fill_holes()
2355 hole_em->len = end - offset; in fill_holes()
2356 hole_em->ram_bytes = hole_em->len; in fill_holes()
2357 hole_em->orig_start = offset; in fill_holes()
2359 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2360 hole_em->block_len = 0; in fill_holes()
2361 hole_em->orig_block_len = 0; in fill_holes()
[all …]
Dinode.c5133 struct extent_map *hole_em; in btrfs_cont_expand() local
5142 hole_em = alloc_extent_map(); in btrfs_cont_expand()
5143 if (!hole_em) { in btrfs_cont_expand()
5148 hole_em->start = cur_offset; in btrfs_cont_expand()
5149 hole_em->len = hole_size; in btrfs_cont_expand()
5150 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
5152 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
5153 hole_em->block_len = 0; in btrfs_cont_expand()
5154 hole_em->orig_block_len = 0; in btrfs_cont_expand()
5155 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
[all …]