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

/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h149 u32 dp_flags; member in struct:p_data
H A Ddrbd_main.c1671 unsigned int dp_flags = 0; local
1685 dp_flags = bio_flags_to_wire(peer_device->connection, req->master_bio);
1688 dp_flags |= DP_MAY_SET_IN_SYNC;
1691 dp_flags |= DP_SEND_RECEIVE_ACK;
1695 || (dp_flags & DP_MAY_SET_IN_SYNC))
1696 dp_flags |= DP_SEND_WRITE_ACK;
1698 p->dp_flags = cpu_to_be32(dp_flags);
1700 if (dp_flags & (DP_DISCARD|DP_ZEROES)) {
1701 enum drbd_packet cmd = (dp_flags
[all...]
H A Ddrbd_receiver.c2563 u32 dp_flags; local
2600 dp_flags = be32_to_cpu(p->dp_flags);
2601 peer_req->opf = wire_flags_to_bio(connection, dp_flags);
2615 if (dp_flags & DP_DISCARD)
2619 D_ASSERT(device, dp_flags & DP_FLUSH);
2622 if (dp_flags & DP_MAY_SET_IN_SYNC)
2637 dp_flags |= DP_SEND_WRITE_ACK;
2640 dp_flags |= DP_SEND_RECEIVE_ACK;
2646 if (dp_flags
[all...]

Completed in 128 milliseconds