Home
last modified time | relevance | path

Searched refs:MSG_RESENT (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c157 lustre_msg_add_flags(req->rq_reqmsg, MSG_RESENT); in ptlrpc_replay_next()
Dniobuf.c313 (MSG_RESENT | MSG_REPLAY | in ptlrpc_at_set_reply()
532 lustre_msg_add_flags(request->rq_reqmsg, MSG_RESENT); in ptl_send_rpc()
Dclient.c297 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()
Dsec.c713 lustre_msg_get_flags(req->rq_reqmsg) & MSG_RESENT) { in sptlrpc_req_refresh_ctx()
Dwiretest.c849 LASSERTF(MSG_RESENT == 0x00000002UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
850 (unsigned)MSG_RESENT); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1165 #define MSG_RESENT 0x0002 macro