Searched refs:MSG_RESENT (Results 1 – 6 of 6) sorted by relevance
157 lustre_msg_add_flags(req->rq_reqmsg, MSG_RESENT); in ptlrpc_replay_next()
313 (MSG_RESENT | MSG_REPLAY | in ptlrpc_at_set_reply()532 lustre_msg_add_flags(request->rq_reqmsg, MSG_RESENT); in ptl_send_rpc()
297 CDEBUG((lustre_msg_get_flags(req->rq_reqmsg) & MSG_RESENT) ? in ptlrpc_at_adj_net_latency()2626 lustre_msg_clear_flags(req->rq_reqmsg, MSG_RESENT); in ptlrpc_retain_replayable_request()
713 lustre_msg_get_flags(req->rq_reqmsg) & MSG_RESENT) { in sptlrpc_req_refresh_ctx()
849 LASSERTF(MSG_RESENT == 0x00000002UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()850 (unsigned)MSG_RESENT); in lustre_assert_wire_constants()
1165 #define MSG_RESENT 0x0002 macro