Searched refs:seed_devices (Results 1 – 1 of 1) sorted by relevance
1077 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local1083 seed_devices = fs_devices->seed; in btrfs_close_devices()1088 while (seed_devices) { in btrfs_close_devices()1089 fs_devices = seed_devices; in btrfs_close_devices()1090 seed_devices = fs_devices->seed; in btrfs_close_devices()2184 struct btrfs_fs_devices *seed_devices; in btrfs_prepare_sprout() local2193 seed_devices = alloc_fs_devices(NULL); in btrfs_prepare_sprout()2194 if (IS_ERR(seed_devices)) in btrfs_prepare_sprout()2195 return PTR_ERR(seed_devices); in btrfs_prepare_sprout()2199 kfree(seed_devices); in btrfs_prepare_sprout()[all …]