Searched refs:P_SUPERSEDED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_protocol.h | 33 P_SUPERSEDED = 0x18, /* Used in proto C, two-primaries conflict detection */ enumerator 166 * P_SUPERSEDED (proto C, two-primaries conflict detection)
|
H A D | drbd_receiver.c | 2293 return e_send_ack(w, P_SUPERSEDED); in e_send_superseded() 2303 P_RETRY_WRITE : P_SUPERSEDED); in e_send_retry_write() 5768 case P_SUPERSEDED: in got_BlockAck() 5996 [P_SUPERSEDED] = { sizeof(struct p_block_ack), got_BlockAck },
|
H A D | drbd_main.c | 3657 [P_SUPERSEDED] = "Superseded", in cmdname()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_protocol.h | 33 P_SUPERSEDED = 0x18, /* Used in proto C, two-primaries conflict detection */ enumerator 166 * P_SUPERSEDED (proto C, two-primaries conflict detection)
|
H A D | drbd_receiver.c | 2263 return e_send_ack(w, P_SUPERSEDED); in e_send_superseded() 2273 P_RETRY_WRITE : P_SUPERSEDED); in e_send_retry_write() 5718 case P_SUPERSEDED: in got_BlockAck() 5947 [P_SUPERSEDED] = { sizeof(struct p_block_ack), got_BlockAck },
|
H A D | drbd_main.c | 3630 [P_SUPERSEDED] = "Superseded", in cmdname()
|
Completed in 25 milliseconds