Searched refs:P_WRITE_ACK (Results 1 - 3 of 3) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_protocol.h30 P_WRITE_ACK = 0x16, /* Used in protocol C */ enumerator in enum:drbd_packet
31 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */
135 * P_RECV_ACK (proto B), P_WRITE_ACK (proto C),
H A Ddrbd_receiver.c1944 P_RS_WRITE_ACK : P_WRITE_ACK;
1957 * P_WRITE_ACK / P_NEG_ACK, to get the sequence number right. */
5237 case P_WRITE_ACK:
5479 [P_WRITE_ACK] = { sizeof(struct p_block_ack), got_BlockAck },
H A Ddrbd_main.c3685 [P_WRITE_ACK] = "WriteAck",

Completed in 57 milliseconds