Searched refs:vnr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/block/drbd/ |
| H A D | drbd_state.c | 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 [all …]
|
| H A D | drbd_receiver.c | 47 unsigned int vnr; member 740 int vnr, timeout, h; in conn_connect() local 906 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() 981 pi->vnr = be16_to_cpu(h->volume); in decode_header() 989 pi->vnr = 0; in decode_header() 995 pi->vnr = 0; in decode_header() 1129 int vnr; in drbd_flush() local 1136 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in drbd_flush() [all …]
|
| H A D | drbd_polymorph_printk.h | 19 #define __drbd_printk_drbd_device_args() __r->name, __d->vnr, __d->minor 30 __r->name, __d->vnr, __d->minor
|
| H A D | drbd_worker.c | 201 device->minor, device->resource->name, device->vnr); in drbd_panic_after_delayed_completion_of_aborted_request() 1003 int vnr; in drbd_resync_finished() local 1004 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in drbd_resync_finished() 2041 int vnr; in do_unqueued_work() local 2044 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in do_unqueued_work() 2158 int vnr; in drbd_worker() local 2211 idr_for_each_entry(&connection->peer_devices, peer_device, vnr) { in drbd_worker()
|
| /linux/kernel/ |
| H A D | pid.c | 490 struct task_struct *find_task_by_vpid(pid_t vnr) in find_task_by_vpid() argument 492 return find_task_by_pid_ns(vnr, task_active_pid_ns(current)); in find_task_by_vpid()
|