Searched refs:seed_devices (Results 1 – 1 of 1) sorted by relevance
861 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local867 seed_devices = fs_devices->seed; in btrfs_close_devices()872 while (seed_devices) { in btrfs_close_devices()873 fs_devices = seed_devices; in btrfs_close_devices()874 seed_devices = fs_devices->seed; in btrfs_close_devices()2110 struct btrfs_fs_devices *seed_devices; in btrfs_prepare_sprout() local2119 seed_devices = __alloc_fs_devices(); in btrfs_prepare_sprout()2120 if (IS_ERR(seed_devices)) in btrfs_prepare_sprout()2121 return PTR_ERR(seed_devices); in btrfs_prepare_sprout()2125 kfree(seed_devices); in btrfs_prepare_sprout()[all …]