Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Ddev-replace.c402 struct btrfs_device *tgt_device = NULL; in btrfs_dev_replace_start() local
431 src_device, &tgt_device); in btrfs_dev_replace_start()
451 dev_replace->tgtdev = tgt_device; in btrfs_dev_replace_start()
457 rcu_str_deref(tgt_device->name)); in btrfs_dev_replace_start()
475 ret = btrfs_sysfs_add_device_link(tgt_device->fs_devices, tgt_device); in btrfs_dev_replace_start()
512 btrfs_destroy_dev_replace_tgtdev(tgt_device); in btrfs_dev_replace_start()
569 struct btrfs_device *tgt_device; in btrfs_dev_replace_finishing() local
588 tgt_device = dev_replace->tgtdev; in btrfs_dev_replace_finishing()
643 tgt_device); in btrfs_dev_replace_finishing()
650 rcu_str_deref(tgt_device->name), scrub_ret); in btrfs_dev_replace_finishing()
[all …]