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

/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h138 #define DP_ZEROES 1024 /* equiv. REQ_OP_WRITE_ZEROES */ macro
141 * REQ_OP_WRITE_ZEROES: DP_DISCARD | DP_ZEROES
142 * REQ_OP_WRITE_ZEROES + REQ_NOUNMAP: DP_ZEROES
H A Ddrbd_main.c1655 (DP_ZEROES |(!(bio->bi_opf & REQ_NOUNMAP) ? DP_DISCARD : 0))
1700 if (dp_flags & (DP_DISCARD|DP_ZEROES)) {
1701 enum drbd_packet cmd = (dp_flags & DP_ZEROES) ? P_ZEROES : P_TRIM;
H A Ddrbd_receiver.c2402 if (dpf & DP_ZEROES)

Completed in 149 milliseconds