Searched refs:MSG_REPLAY (Results 1 – 6 of 6) sorted by relevance
313 (MSG_RESENT | MSG_REPLAY | in ptlrpc_at_set_reply()507 LASSERT(!((lustre_msg_get_flags(request->rq_reqmsg) & MSG_REPLAY) && in ptl_send_rpc()
1179 if (lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) in ptlrpc_save_versions()1329 if (!(lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY)) { in after_reply()2617 lustre_msg_add_flags(req->rq_reqmsg, MSG_REPLAY); in ptlrpc_retain_replayable_request()
1125 (MSG_REPLAY | MSG_REQ_REPLAY_DONE) && in ptlrpc_check_req()1279 (MSG_REPLAY | MSG_REQ_REPLAY_DONE | MSG_LOCK_REPLAY_DONE)) { in ptlrpc_at_send_early_reply()
851 LASSERTF(MSG_REPLAY == 0x00000004UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()852 (unsigned)MSG_REPLAY); in lustre_assert_wire_constants()
703 lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) { in oti_init()
1161 #define MSG_REPLAY 0x0004 macro