Searched refs:P_RS_DATA_REPLY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_protocol.h | 9 P_RS_DATA_REPLY = 0x02, /* Response to P_RS_DATA_REQUEST */ enumerator
|
H A D | drbd_worker.c | 752 * but the P_RS_DATA_REPLY not yet received. sync will end (and in make_resync_request() 869 * there are P_RS_DATA_REPLY Packets lingering on the worker's in drbd_resync_finished() 1111 * w_e_end_rsdata_req() - Worker callback to send a P_RS_DATA_REPLY packet in response to a P_RS_DATA_REQUEST 1141 err = drbd_send_block(peer_device, P_RS_DATA_REPLY, peer_req); in w_e_end_rsdata_req() 1216 err = drbd_send_block(peer_device, P_RS_DATA_REPLY, peer_req); in w_e_end_csum_rs_req()
|
H A D | drbd_main.c | 1785 * C_SYNC_SOURCE -> C_SYNC_TARGET (P_RS_DATA_REPLY) 3635 [P_RS_DATA_REPLY] = "RSDataReply", in cmdname()
|
H A D | drbd_receiver.c | 5067 [P_RS_DATA_REPLY] = { 1, sizeof(struct p_data), receive_RSDataReply } , 5227 * the P_RS_DATA_REPLY blocks that we sent to the SyncTarget. in drbd_disconnected()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_protocol.h | 9 P_RS_DATA_REPLY = 0x02, /* Response to P_RS_DATA_REQUEST */ enumerator
|
H A D | drbd_worker.c | 749 * but the P_RS_DATA_REPLY not yet received. sync will end (and in make_resync_request() 868 * there are P_RS_DATA_REPLY Packets lingering on the worker's in drbd_resync_finished() 1110 * w_e_end_rsdata_req() - Worker callback to send a P_RS_DATA_REPLY packet in response to a P_RS_DATA_REQUEST 1140 err = drbd_send_block(peer_device, P_RS_DATA_REPLY, peer_req); in w_e_end_rsdata_req() 1215 err = drbd_send_block(peer_device, P_RS_DATA_REPLY, peer_req); in w_e_end_csum_rs_req()
|
H A D | drbd_main.c | 1755 * C_SYNC_SOURCE -> C_SYNC_TARGET (P_RS_DATA_REPLY) 3608 [P_RS_DATA_REPLY] = "RSDataReply", in cmdname()
|
H A D | drbd_receiver.c | 5020 [P_RS_DATA_REPLY] = { 1, sizeof(struct p_data), receive_RSDataReply } , 5179 * the P_RS_DATA_REPLY blocks that we sent to the SyncTarget. in drbd_disconnected()
|
Completed in 31 milliseconds