Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_protocol.h31 P_WRITE_ACK = 0x16, /* Used in protocol C */ enumerator
32 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */
165 * P_RECV_ACK (proto B), P_WRITE_ACK (proto C),
H A Ddrbd_receiver.c2249 P_RS_WRITE_ACK : P_WRITE_ACK; in e_end_block()
2262 * P_WRITE_ACK / P_NEG_ACK, to get the sequence number right. */ in e_end_block()
5762 case P_WRITE_ACK: in got_BlockAck()
5994 [P_WRITE_ACK] = { sizeof(struct p_block_ack), got_BlockAck },
H A Ddrbd_main.c3655 [P_WRITE_ACK] = "WriteAck", in cmdname()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_protocol.h31 P_WRITE_ACK = 0x16, /* Used in protocol C */ enumerator
32 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */
165 * P_RECV_ACK (proto B), P_WRITE_ACK (proto C),
H A Ddrbd_receiver.c2219 P_RS_WRITE_ACK : P_WRITE_ACK; in e_end_block()
2232 * P_WRITE_ACK / P_NEG_ACK, to get the sequence number right. */ in e_end_block()
5712 case P_WRITE_ACK: in got_BlockAck()
5945 [P_WRITE_ACK] = { sizeof(struct p_block_ack), got_BlockAck },
H A Ddrbd_main.c3628 [P_WRITE_ACK] = "WriteAck", in cmdname()

Completed in 26 milliseconds