Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c1077 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local
1083 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() local
2193 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 …]