Home
last modified time | relevance | path

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

/fs/btrfs/
Dreada.c797 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in __reada_start_machine() local
804 list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) in __reada_start_machine()
805 enqueued += reada_start_for_fsdevs(seed_devs); in __reada_start_machine()
Dvolumes.c6550 struct btrfs_fs_devices *seed_devs; in btrfs_find_device() local
6561 list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) { in btrfs_find_device()
6563 !memcmp(seed_devs->metadata_uuid, fsid, BTRFS_FSID_SIZE)) { in btrfs_find_device()
6564 list_for_each_entry(device, &seed_devs->devices, in btrfs_find_device()
7284 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in btrfs_init_devices_late() local
7293 list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) { in btrfs_init_devices_late()
7294 list_for_each_entry(device, &seed_devs->devices, dev_list) in btrfs_init_devices_late()
7297 seed_devs->fs_info = fs_info; in btrfs_init_devices_late()
7368 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in btrfs_init_dev_stats() local
7383 list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) { in btrfs_init_dev_stats()
[all …]
Ddisk-io.c500 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid() local
519 list_for_each_entry(seed_devs, &fs_devices->seed_list, seed_list) in check_tree_block_fsid()
520 if (!memcmp(fsid, seed_devs->fsid, BTRFS_FSID_SIZE)) in check_tree_block_fsid()