Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c862 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local
868 seed_devices = fs_devices->seed; in btrfs_close_devices()
873 while (seed_devices) { in btrfs_close_devices()
874 fs_devices = seed_devices; in btrfs_close_devices()
875 seed_devices = fs_devices->seed; in btrfs_close_devices()
2111 struct btrfs_fs_devices *seed_devices; in btrfs_prepare_sprout() local
2120 seed_devices = __alloc_fs_devices(); in btrfs_prepare_sprout()
2121 if (IS_ERR(seed_devices)) in btrfs_prepare_sprout()
2122 return PTR_ERR(seed_devices); in btrfs_prepare_sprout()
2126 kfree(seed_devices); in btrfs_prepare_sprout()
[all …]