Searched refs:dest_bg (Results 1 – 1 of 1) sorted by relevance
4275 struct btrfs_block_group *dest_bg; in move_existing_remap() local4309 dest_bg = btrfs_lookup_block_group(fs_info, dest_addr); in move_existing_remap()4421 adjust_block_group_remap_bytes(trans, dest_bg, dest_length); in move_existing_remap()4423 mutex_lock(&dest_bg->free_space_lock); in move_existing_remap()4425 &dest_bg->runtime_flags); in move_existing_remap()4426 mutex_unlock(&dest_bg->free_space_lock); in move_existing_remap()4429 ret = btrfs_add_block_group_free_space(trans, dest_bg); in move_existing_remap()4456 btrfs_free_reserved_bytes(dest_bg, dest_length, 0); in move_existing_remap()4461 btrfs_put_block_group(dest_bg); in move_existing_remap()5067 struct btrfs_block_group *dest_bg = NULL; in do_remap_reloc_trans() local[all …]