Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile.c2351 struct extent_map *hole_em; in fill_holes() local
2415 hole_em = alloc_extent_map(); in fill_holes()
2416 if (!hole_em) { in fill_holes()
2420 hole_em->start = offset; in fill_holes()
2421 hole_em->len = end - offset; in fill_holes()
2422 hole_em->ram_bytes = hole_em->len; in fill_holes()
2423 hole_em->orig_start = offset; in fill_holes()
2425 hole_em->block_start = EXTENT_MAP_HOLE; in fill_holes()
2426 hole_em->block_len = 0; in fill_holes()
2427 hole_em->orig_block_len = 0; in fill_holes()
[all …]
H A Dinode.c4801 struct extent_map *hole_em; in btrfs_cont_expand() local
4815 hole_em = alloc_extent_map(); in btrfs_cont_expand()
4816 if (!hole_em) { in btrfs_cont_expand()
4821 hole_em->start = cur_offset; in btrfs_cont_expand()
4822 hole_em->len = hole_size; in btrfs_cont_expand()
4823 hole_em->orig_start = cur_offset; in btrfs_cont_expand()
4825 hole_em->block_start = EXTENT_MAP_HOLE; in btrfs_cont_expand()
4826 hole_em->block_len = 0; in btrfs_cont_expand()
4827 hole_em->orig_block_len = 0; in btrfs_cont_expand()
4828 hole_em->ram_bytes = hole_size; in btrfs_cont_expand()
[all …]