Lines Matching defs:dp_flags
1671 unsigned int dp_flags = 0;
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 & DP_ZEROES) ? P_ZEROES : P_TRIM;
1777 p->dp_flags = 0;