Searched refs:EE_WAS_ERROR (Results 1 – 3 of 3) sorted by relevance
133 if (peer_req->flags & EE_WAS_ERROR) { in drbd_endio_write_sec_final()157 if (peer_req->flags & EE_WAS_ERROR) in drbd_endio_write_sec_final()367 if (unlikely((peer_req->flags & EE_WAS_ERROR) != 0)) in w_e_send_csum()1079 if (likely((peer_req->flags & EE_WAS_ERROR) == 0)) { in w_e_end_data_req()1147 } else if (likely((peer_req->flags & EE_WAS_ERROR) == 0)) { in w_e_end_rsdata_req()1203 if (likely((peer_req->flags & EE_WAS_ERROR) == 0)) { in w_e_end_csum_rs_req()1265 if (likely(!(peer_req->flags & EE_WAS_ERROR))) in w_e_end_ov_req()1329 if (likely((peer_req->flags & EE_WAS_ERROR) == 0)) { in w_e_end_ov_reply()
1499 peer_req->flags |= EE_WAS_ERROR; in drbd_issue_peer_discard()1511 peer_req->flags |= EE_WAS_ERROR; in drbd_issue_peer_wsame()1959 if (likely((peer_req->flags & EE_WAS_ERROR) == 0)) { in e_end_resync_block()2132 if (likely((peer_req->flags & EE_WAS_ERROR) == 0)) { in e_end_block()
477 #define EE_WAS_ERROR (1<<__EE_WAS_ERROR) macro