EE_TRIM
seq_print_rq_state_bit(m, f & EE_TRIM, &sep, "trim");
if ((flags & EE_ZEROOUT) || !(flags & EE_TRIM))
(flags & EE_TRIM) ? 0 : BLKDEV_ZERO_NOUNMAP);
peer_req->i.size >> 9, peer_req->flags & (EE_ZEROOUT|EE_TRIM)))
if (peer_req->flags & (EE_TRIM | EE_ZEROOUT)) {
peer_req->flags |= EE_TRIM;
peer_req->flags |= EE_TRIM;
if ((peer_req->flags & (EE_TRIM | EE_ZEROOUT)) == 0)
peer_req->flags |= EE_TRIM;
((bio->bi_opf & REQ_NOUNMAP) ? 0 : EE_TRIM));
drbd_process_discard_or_zeroes_req(req, EE_TRIM);