Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Ddev-replace.c409 struct btrfs_device *tgt_device = NULL; in btrfs_dev_replace_start() local
418 src_device, &tgt_device); in btrfs_dev_replace_start()
450 dev_replace->tgtdev = tgt_device; in btrfs_dev_replace_start()
456 rcu_str_deref(tgt_device->name)); in btrfs_dev_replace_start()
474 ret = btrfs_sysfs_add_device_link(tgt_device->fs_devices, tgt_device); in btrfs_dev_replace_start()
509 btrfs_destroy_dev_replace_tgtdev(tgt_device); in btrfs_dev_replace_start()
565 struct btrfs_device *tgt_device; in btrfs_dev_replace_finishing() local
584 tgt_device = dev_replace->tgtdev; in btrfs_dev_replace_finishing()
623 tgt_device); in btrfs_dev_replace_finishing()
629 rcu_str_deref(tgt_device->name), scrub_ret); in btrfs_dev_replace_finishing()
[all …]