Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c2836 struct btrfs_fs_devices *cur_devices; in btrfs_find_device() local
2838 cur_devices = root->fs_info->fs_devices; in btrfs_find_device()
2839 while (cur_devices) { in btrfs_find_device()
2841 !memcmp(cur_devices->fsid, fsid, BTRFS_UUID_SIZE)) { in btrfs_find_device()
2842 device = __find_device(&cur_devices->devices, in btrfs_find_device()
2847 cur_devices = cur_devices->seed; in btrfs_find_device()