Searched refs:src_device (Results 1 – 1 of 1) sorted by relevance
624 struct btrfs_device *src_device = NULL; in btrfs_dev_replace_start() local626 src_device = btrfs_find_device_by_devspec(fs_info, srcdevid, in btrfs_dev_replace_start()628 if (IS_ERR(src_device)) in btrfs_dev_replace_start()629 return PTR_ERR(src_device); in btrfs_dev_replace_start()631 if (btrfs_pinned_by_swapfile(fs_info, src_device)) { in btrfs_dev_replace_start()634 btrfs_dev_name(src_device), src_device->devid); in btrfs_dev_replace_start()652 src_device, &tgt_device); in btrfs_dev_replace_start()656 ret = mark_block_group_to_copy(fs_info, src_device); in btrfs_dev_replace_start()675 dev_replace->srcdev = src_device; in btrfs_dev_replace_start()680 btrfs_dev_name(src_device), in btrfs_dev_replace_start()[all …]