Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dfile.c2157 struct extent_map *hole_em; in fill_holes() local
2216 hole_em = alloc_extent_map(); in fill_holes()
2217 if (!hole_em) { in fill_holes()
2222 hole_em->start = offset; in fill_holes()
2223 hole_em->len = end - offset; in fill_holes()
2224 hole_em->ram_bytes = hole_em->len; in fill_holes()
2225 hole_em->orig_start = offset; in fill_holes()
2227 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2228 hole_em->block_len = 0; in fill_holes()
2229 hole_em->orig_block_len = 0; in fill_holes()
[all …]
Dinode.c4822 struct extent_map *hole_em; in btrfs_cont_expand() local
4831 hole_em = alloc_extent_map(); in btrfs_cont_expand()
4832 if (!hole_em) { in btrfs_cont_expand()
4837 hole_em->start = cur_offset; in btrfs_cont_expand()
4838 hole_em->len = hole_size; in btrfs_cont_expand()
4839 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
4841 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
4842 hole_em->block_len = 0; in btrfs_cont_expand()
4843 hole_em->orig_block_len = 0; in btrfs_cont_expand()
4844 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
[all …]