Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dvolumes.c2523 struct btrfs_fs_devices *seed_devices; in btrfs_init_sprout() local
2533 seed_devices = alloc_fs_devices(NULL); in btrfs_init_sprout()
2534 if (IS_ERR(seed_devices)) in btrfs_init_sprout()
2535 return seed_devices; in btrfs_init_sprout()
2545 kfree(seed_devices); in btrfs_init_sprout()
2551 memcpy(seed_devices, fs_devices, sizeof(*seed_devices)); in btrfs_init_sprout()
2552 seed_devices->opened = 1; in btrfs_init_sprout()
2557 return seed_devices; in btrfs_init_sprout()
2595 device->fs_devices = seed_devices; in btrfs_setup_sprout()
2777 if (IS_ERR(seed_devices)) { in btrfs_init_new_device()
[all …]