Home
last modified time | relevance | path

Searched refs:P_NEG_DREPLY (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_protocol.h35 P_NEG_DREPLY = 0x1a, /* Local disk is broken... */ enumerator
H A Ddrbd_worker.c1073 err = drbd_send_ack(peer_device, P_NEG_DREPLY, peer_req); in w_e_end_data_req()
H A Ddrbd_receiver.c2837 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 Ddrbd_main.c3631 [P_NEG_DREPLY] = "NegDReply", in cmdname()