Lines Matching refs:vnr

47 	int vnr;  in count_objects()  local
52 idr_for_each_entry(&resource->devices, device, vnr) in count_objects()
90 int vnr; in remember_old_state() local
124 idr_for_each_entry(&resource->devices, device, vnr) { in remember_old_state()
134 peer_device = conn_peer_device(connection, device->vnr); in remember_old_state()
298 int vnr; in conn_all_vols_unconf() local
301 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_all_vols_unconf()
339 int vnr; in conn_highest_role() local
342 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_role()
355 int vnr; in conn_highest_peer() local
358 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_peer()
371 int vnr; in conn_highest_disk() local
374 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_disk()
387 int vnr; in conn_lowest_disk() local
390 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_lowest_disk()
403 int vnr; in conn_highest_pdsk() local
406 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_pdsk()
419 int vnr; in conn_lowest_conn() local
422 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_lowest_conn()
434 int vnr; in no_peer_wf_report_params() local
438 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in no_peer_wf_report_params()
451 int vnr; in wake_up_all_devices() local
454 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in wake_up_all_devices()
1759 int vnr; in after_state_ch() local
1762 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in after_state_ch()
2046 int vnr; in w_after_conn_state_ch() local
2060 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in w_after_conn_state_ch()
2081 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in w_after_conn_state_ch()
2108 int vnr, first_vol = 1; in conn_old_common_state() local
2118 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_old_common_state()
2157 int vnr; in conn_is_valid_transition() local
2160 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_is_valid_transition()
2207 int vnr, number_of_volumes = 0; in conn_set_state() local
2220 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_set_state()