Searched refs:P_NEG_DREPLY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_protocol.h | 35 P_NEG_DREPLY = 0x1a, /* Local disk is broken... */ enumerator
|
H A D | drbd_worker.c | 1074 err = drbd_send_ack(peer_device, P_NEG_DREPLY, peer_req); in w_e_end_data_req()
|
H A D | drbd_receiver.c | 2872 drbd_send_ack_rp(peer_device, P_NEG_DREPLY, p); in receive_DataRequest() 5998 [P_NEG_DREPLY] = { sizeof(struct p_block_ack), got_NegDReply },
|
H A D | drbd_main.c | 3659 [P_NEG_DREPLY] = "NegDReply", in cmdname()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_protocol.h | 35 P_NEG_DREPLY = 0x1a, /* Local disk is broken... */ enumerator
|
H A D | drbd_worker.c | 1073 err = drbd_send_ack(peer_device, P_NEG_DREPLY, peer_req); in w_e_end_data_req()
|
H A D | drbd_receiver.c | 2837 drbd_send_ack_rp(peer_device, P_NEG_DREPLY, p); in receive_DataRequest() 5949 [P_NEG_DREPLY] = { sizeof(struct p_block_ack), got_NegDReply },
|
H A D | drbd_main.c | 3632 [P_NEG_DREPLY] = "NegDReply", in cmdname()
|
Completed in 31 milliseconds