Home
last modified time | relevance | path

Searched refs:dp_flags (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_protocol.h149 u32 dp_flags; member
H A Ddrbd_receiver.c2384 u32 dp_flags; in receive_Data() local
2421 dp_flags = be32_to_cpu(p->dp_flags); in receive_Data()
2422 peer_req->opf = wire_flags_to_bio(connection, dp_flags); in receive_Data()
2436 if (dp_flags & DP_DISCARD) in receive_Data()
2440 D_ASSERT(device, dp_flags & DP_FLUSH); in receive_Data()
2443 if (dp_flags & DP_MAY_SET_IN_SYNC) in receive_Data()
2458 dp_flags |= DP_SEND_WRITE_ACK; in receive_Data()
2461 dp_flags |= DP_SEND_RECEIVE_ACK; in receive_Data()
2467 if (dp_flags & DP_SEND_WRITE_ACK) { in receive_Data()
2474 if (dp_flags & DP_SEND_RECEIVE_ACK) { in receive_Data()
[all …]