Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dvolumes.c2486 struct btrfs_fs_devices *old_devices; in btrfs_init_sprout() local
2507 old_devices = clone_fs_devices(fs_devices); in btrfs_init_sprout()
2508 if (IS_ERR(old_devices)) { in btrfs_init_sprout()
2510 return old_devices; in btrfs_init_sprout()
2513 list_add(&old_devices->fs_list, &fs_uuids); in btrfs_init_sprout()