Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c713 struct btrfs_device *orig_dev; in clone_fs_devices() local
723 list_for_each_entry(orig_dev, &orig->devices, dev_list) { in clone_fs_devices()
726 device = btrfs_alloc_device(NULL, &orig_dev->devid, in clone_fs_devices()
727 orig_dev->uuid); in clone_fs_devices()
735 if (orig_dev->name) { in clone_fs_devices()
736 name = rcu_string_strdup(orig_dev->name->str, GFP_NOFS); in clone_fs_devices()