Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dfile.c2376 struct extent_map *hole_em; in fill_holes() local
2441 hole_em = alloc_extent_map(); in fill_holes()
2442 if (!hole_em) { in fill_holes()
2446 hole_em->start = offset; in fill_holes()
2447 hole_em->len = end - offset; in fill_holes()
2448 hole_em->ram_bytes = hole_em->len; in fill_holes()
2449 hole_em->orig_start = offset; in fill_holes()
2451 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2452 hole_em->block_len = 0; in fill_holes()
2453 hole_em->orig_block_len = 0; in fill_holes()
[all …]
Dinode.c5088 struct extent_map *hole_em; in btrfs_cont_expand() local
5100 hole_em = alloc_extent_map(); in btrfs_cont_expand()
5101 if (!hole_em) { in btrfs_cont_expand()
5108 hole_em->start = cur_offset; in btrfs_cont_expand()
5109 hole_em->len = hole_size; in btrfs_cont_expand()
5110 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
5112 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
5113 hole_em->block_len = 0; in btrfs_cont_expand()
5114 hole_em->orig_block_len = 0; in btrfs_cont_expand()
5115 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
[all …]