Lines Matching refs:peer_devices
630 struct idr peer_devices; /* volume number to peer device mapping */
740 struct list_head peer_devices;
751 struct list_head peer_devices;
949 return list_first_entry_or_null(&device->peer_devices, struct drbd_peer_device, peer_devices);
955 return idr_find(&connection->peer_devices, volume_number);
977 list_for_each_entry(peer_device, &device->peer_devices, peer_devices)
980 list_for_each_entry_rcu(peer_device, &device->peer_devices, peer_devices)
983 list_for_each_entry_safe(peer_device, tmp, &device->peer_devices, peer_devices)