Searched refs:dest_bg (Results 1 – 1 of 1) sorted by relevance
4160 struct btrfs_block_group *dest_bg; in move_existing_remap() local4188 dest_bg = btrfs_lookup_block_group(fs_info, dest_addr); in move_existing_remap()4300 adjust_block_group_remap_bytes(trans, dest_bg, dest_length); in move_existing_remap()4302 mutex_lock(&dest_bg->free_space_lock); in move_existing_remap()4304 &dest_bg->runtime_flags); in move_existing_remap()4305 mutex_unlock(&dest_bg->free_space_lock); in move_existing_remap()4308 ret = btrfs_add_block_group_free_space(trans, dest_bg); in move_existing_remap()4335 btrfs_free_reserved_bytes(dest_bg, dest_length, 0); in move_existing_remap()4340 btrfs_put_block_group(dest_bg); in move_existing_remap()4946 struct btrfs_block_group *dest_bg = NULL; in do_remap_reloc_trans() local[all …]