Searched refs:EE_ZEROOUT (Results 1 – 4 of 4) sorted by relevance
1519 if ((flags & EE_ZEROOUT) || !(flags & EE_TRIM)) in drbd_issue_discard_or_zero_out()1598 peer_req->flags |= EE_ZEROOUT; in drbd_issue_peer_discard_or_zero_out()1601 peer_req->i.size >> 9, peer_req->flags & (EE_ZEROOUT|EE_TRIM))) in drbd_issue_peer_discard_or_zero_out()1640 if (peer_req->flags & (EE_TRIM | EE_ZEROOUT)) { in drbd_submit_peer_request()1896 peer_req->flags |= EE_ZEROOUT; in read_in_block()2590 peer_req->flags |= EE_ZEROOUT; in receive_Data()2665 if ((peer_req->flags & (EE_TRIM | EE_ZEROOUT)) == 0) in receive_Data()
241 seq_print_rq_state_bit(m, f & EE_ZEROOUT, &sep, "zero-out"); in seq_print_peer_request_flags()
1168 drbd_process_discard_or_zeroes_req(req, EE_ZEROOUT | in drbd_submit_req_private_bio()
467 #define EE_ZEROOUT (1<<__EE_ZEROOUT) macro