Lines Matching defs:peer_devices
626 struct idr peer_devices; /* volume number to peer device mapping */
736 struct list_head peer_devices;
747 struct list_head peer_devices;
947 return list_first_entry_or_null(&device->peer_devices, struct drbd_peer_device, peer_devices);
953 return idr_find(&connection->peer_devices, volume_number);
975 list_for_each_entry(peer_device, &device->peer_devices, peer_devices)
978 list_for_each_entry_rcu(peer_device, &device->peer_devices, peer_devices)
981 list_for_each_entry_safe(peer_device, tmp, &device->peer_devices, peer_devices)