Searched refs:cur_devices (Results 1 – 1 of 1) sorted by relevance
358 struct btrfs_fs_devices *cur_devices; in btrfs_find_device() local360 cur_devices = fs_info->fs_devices; in btrfs_find_device()361 while (cur_devices) { in btrfs_find_device()363 !memcmp(cur_devices->metadata_uuid, fsid, BTRFS_FSID_SIZE)) { in btrfs_find_device()364 device = find_device(cur_devices, devid, uuid); in btrfs_find_device()368 cur_devices = cur_devices->seed; in btrfs_find_device()
Completed in 4 milliseconds