Searched refs:drbd_send_state_req (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_int.h | 1954 extern int drbd_send_state_req(struct drbd_peer_device *, union drbd_state, union drbd_state);
|
H A D | drbd_state.c | 600 if (drbd_send_state_req(first_peer_device(device), mask, val)) { in drbd_req_state()
|
H A D | drbd_main.c | 1041 int drbd_send_state_req(struct drbd_peer_device *peer_device, union drbd_state mask, union drbd_state val) in drbd_send_state_req() function
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_int.h | 1890 extern int drbd_send_state_req(struct drbd_peer_device *, union drbd_state, union drbd_state);
|
H A D | drbd_state.c | 600 if (drbd_send_state_req(first_peer_device(device), mask, val)) { in drbd_req_state()
|
H A D | drbd_main.c | 1027 int drbd_send_state_req(struct drbd_peer_device *peer_device, union drbd_state mask, union drbd_state val) in drbd_send_state_req() function
|
Completed in 25 milliseconds