Searched refs:src_device (Results 1 – 1 of 1) sorted by relevance
403 struct btrfs_device *src_device = NULL; in btrfs_dev_replace_start() local405 src_device = btrfs_find_device_by_devspec(fs_info, srcdevid, in btrfs_dev_replace_start()407 if (IS_ERR(src_device)) in btrfs_dev_replace_start()408 return PTR_ERR(src_device); in btrfs_dev_replace_start()410 if (btrfs_pinned_by_swapfile(fs_info, src_device)) { in btrfs_dev_replace_start()413 btrfs_dev_name(src_device), src_device->devid); in btrfs_dev_replace_start()431 src_device, &tgt_device); in btrfs_dev_replace_start()450 dev_replace->srcdev = src_device; in btrfs_dev_replace_start()455 btrfs_dev_name(src_device), in btrfs_dev_replace_start()456 src_device->devid, in btrfs_dev_replace_start()[all …]