Lines Matching defs:dp_flags
1686 unsigned int dp_flags = 0;
1700 dp_flags = bio_flags_to_wire(peer_device->connection, req->master_bio);
1703 dp_flags |= DP_MAY_SET_IN_SYNC;
1706 dp_flags |= DP_SEND_RECEIVE_ACK;
1710 || (dp_flags & DP_MAY_SET_IN_SYNC))
1711 dp_flags |= DP_SEND_WRITE_ACK;
1713 p->dp_flags = cpu_to_be32(dp_flags);
1715 if (dp_flags & (DP_DISCARD|DP_ZEROES)) {
1716 enum drbd_packet cmd = (dp_flags & DP_ZEROES) ? P_ZEROES : P_TRIM;
1722 if (dp_flags & DP_WSAME) {
1807 p->dp_flags = 0;