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

/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h32 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */ enumerator in enum:drbd_packet
H A Ddrbd_receiver.c2047 err = drbd_send_ack(peer_device, P_RS_WRITE_ACK, peer_req);
2219 P_RS_WRITE_ACK : P_WRITE_ACK;
2221 if (pcmd == P_RS_WRITE_ACK)
5709 case P_RS_WRITE_ACK:
5946 [P_RS_WRITE_ACK] = { sizeof(struct p_block_ack), got_BlockAck },
H A Ddrbd_main.c3636 [P_RS_WRITE_ACK] = "RSWriteAck",

Completed in 226 milliseconds