Searched refs:old_devices (Results 1 – 1 of 1) sorted by relevance
1964 struct btrfs_fs_devices *old_devices; in btrfs_prepare_sprout() local1978 old_devices = clone_fs_devices(fs_devices); in btrfs_prepare_sprout()1979 if (IS_ERR(old_devices)) { in btrfs_prepare_sprout()1981 return PTR_ERR(old_devices); in btrfs_prepare_sprout()1984 list_add(&old_devices->list, &fs_uuids); in btrfs_prepare_sprout()