Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst31 volume number. Likewise, peer_devices can be accessed from connections by
33 linked lists. There are back pointers from peer_devices to their connections a
/linux/drivers/block/drbd/
H A Ddrbd_state.c74 state_change->peer_devices = (void *)&state_change->connections[n_connections]; in alloc_state_change()
123 peer_device_state_change = state_change->peer_devices; in remember_old_state()
194 &state_change->peer_devices[n]; in remember_new_state()
242 &state_change->peer_devices[n_peer_device]; in copy_old_to_new_state_change()
301 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_all_vols_unconf()
342 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_role()
358 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_peer()
374 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_disk()
390 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_lowest_disk()
406 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_pdsk()
[all …]
H A Ddrbd_state_change.h40 struct drbd_peer_device_state_change *peer_devices; member
H A Ddrbd_worker.c1004 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in drbd_resync_finished()
2044 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in do_unqueued_work()
2211 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in drbd_worker()
H A Ddrbd_receiver.c906 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in conn_connect()
914 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in conn_connect()
918 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_connect()
1136 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in drbd_flush()
1558 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_wait_active_ee_empty()
4951 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_disconnect()
5648 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in got_BarrierAck()