Searched refs:MSG_REPLAY (Results 1 – 6 of 6) sorted by relevance
311 (MSG_RESENT | MSG_REPLAY | in ptlrpc_at_set_reply()503 LASSERT(!((lustre_msg_get_flags(request->rq_reqmsg) & MSG_REPLAY) && in ptl_send_rpc()
1146 if (lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) in ptlrpc_save_versions()1295 if (!(lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY)) { in after_reply()2571 lustre_msg_add_flags(req->rq_reqmsg, MSG_REPLAY); in ptlrpc_retain_replayable_request()
881 (MSG_REPLAY | MSG_REQ_REPLAY_DONE)) { in ptlrpc_check_req()
849 LASSERTF(MSG_REPLAY == 0x00000004UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()850 (unsigned)MSG_REPLAY); in lustre_assert_wire_constants()
612 lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) { in oti_init()
1173 #define MSG_REPLAY 0x0004 macro