Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c747 struct btrfs_fs_devices *seed_devices = NULL; in btrfs_close_devices() local
753 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() local
1974 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 …]