Searched refs:seed_devices (Results 1 – 1 of 1) sorted by relevance
747 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local753 seed_devices = fs_devices->seed; in btrfs_close_devices()758 while (seed_devices) { in btrfs_close_devices()759 fs_devices = seed_devices; in btrfs_close_devices()760 seed_devices = fs_devices->seed; in btrfs_close_devices()1965 struct btrfs_fs_devices *seed_devices; in btrfs_prepare_sprout() local1974 seed_devices = __alloc_fs_devices(); in btrfs_prepare_sprout()1975 if (IS_ERR(seed_devices)) in btrfs_prepare_sprout()1976 return PTR_ERR(seed_devices); in btrfs_prepare_sprout()1980 kfree(seed_devices); in btrfs_prepare_sprout()[all …]