Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddev-replace.c603 struct btrfs_device *tgt_device = NULL; in btrfs_dev_replace_start() local
632 src_device, &tgt_device); in btrfs_dev_replace_start()
657 dev_replace->tgtdev = tgt_device; in btrfs_dev_replace_start()
663 btrfs_dev_name(tgt_device)); in btrfs_dev_replace_start()
681 ret = btrfs_sysfs_add_device(tgt_device); in btrfs_dev_replace_start()
720 btrfs_destroy_dev_replace_tgtdev(tgt_device); in btrfs_dev_replace_start()
872 struct btrfs_device *tgt_device; in btrfs_dev_replace_finishing() local
891 tgt_device = dev_replace->tgtdev; in btrfs_dev_replace_finishing()
947 scrub_ret = btrfs_set_target_alloc_state(src_device, tgt_device); in btrfs_dev_replace_finishing()
952 tgt_device); in btrfs_dev_replace_finishing()
[all …]