Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dvolumes.c1305 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local
1311 seed_devices = fs_devices->seed; in btrfs_close_devices()
1316 while (seed_devices) { in btrfs_close_devices()
1317 fs_devices = seed_devices; in btrfs_close_devices()
1318 seed_devices = fs_devices->seed; in btrfs_close_devices()
2416 struct btrfs_fs_devices *seed_devices; in btrfs_prepare_sprout() local
2425 seed_devices = alloc_fs_devices(NULL, NULL); in btrfs_prepare_sprout()
2426 if (IS_ERR(seed_devices)) in btrfs_prepare_sprout()
2427 return PTR_ERR(seed_devices); in btrfs_prepare_sprout()
2431 kfree(seed_devices); in btrfs_prepare_sprout()
[all …]