Searched refs:DP_ZEROES (Results 1 – 3 of 3) sorted by relevance
138 #define DP_ZEROES 1024 /* equiv. REQ_OP_WRITE_ZEROES */ macro 141 * REQ_OP_WRITE_ZEROES: DP_DISCARD | DP_ZEROES142 * REQ_OP_WRITE_ZEROES + REQ_NOUNMAP: DP_ZEROES
1637 (DP_ZEROES |(!(bio->bi_opf & REQ_NOUNMAP) ? DP_DISCARD : 0)) in bio_flags_to_wire()1682 if (dp_flags & (DP_DISCARD|DP_ZEROES)) { in drbd_send_dblock()1683 enum drbd_packet cmd = (dp_flags & DP_ZEROES) ? P_ZEROES : P_TRIM; in drbd_send_dblock()
2214 if (dpf & DP_ZEROES) in wire_flags_to_bio_op()