Lines Matching refs:vnr

59 	int vnr;  in count_objects()  local
64 idr_for_each_entry(&resource->devices, device, vnr) in count_objects()
102 int vnr; in remember_old_state() local
136 idr_for_each_entry(&resource->devices, device, vnr) { in remember_old_state()
146 peer_device = conn_peer_device(connection, device->vnr); in remember_old_state()
310 int vnr; in conn_all_vols_unconf() local
313 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_all_vols_unconf()
351 int vnr; in conn_highest_role() local
354 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_role()
367 int vnr; in conn_highest_peer() local
370 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_peer()
383 int vnr; in conn_highest_disk() local
386 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_disk()
399 int vnr; in conn_lowest_disk() local
402 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_lowest_disk()
415 int vnr; in conn_highest_pdsk() local
418 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_highest_pdsk()
431 int vnr; in conn_lowest_conn() local
434 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_lowest_conn()
446 int vnr; in no_peer_wf_report_params() local
450 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in no_peer_wf_report_params()
463 int vnr; in wake_up_all_devices() local
466 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in wake_up_all_devices()
1772 int vnr; in after_state_ch() local
1775 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in after_state_ch()
2059 int vnr; in w_after_conn_state_ch() local
2073 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) in w_after_conn_state_ch()
2095 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in w_after_conn_state_ch()
2123 int vnr, first_vol = 1; in conn_old_common_state() local
2133 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_old_common_state()
2172 int vnr; in conn_is_valid_transition() local
2175 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_is_valid_transition()
2222 int vnr, number_of_volumes = 0; in conn_set_state() local
2235 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in conn_set_state()