Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.c2218 struct btrfs_fs_devices *old_devices; in btrfs_prepare_sprout() local
2232 old_devices = clone_fs_devices(fs_devices); in btrfs_prepare_sprout()
2233 if (IS_ERR(old_devices)) { in btrfs_prepare_sprout()
2235 return PTR_ERR(old_devices); in btrfs_prepare_sprout()
2238 list_add(&old_devices->fs_list, &fs_uuids); in btrfs_prepare_sprout()