Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c314 MSG_REQ_REPLAY_DONE | MSG_LOCK_REPLAY_DONE))) { in ptlrpc_at_set_reply()
Dservice.c1123 (MSG_REPLAY | MSG_REQ_REPLAY_DONE) && in ptlrpc_check_req()
1275 (MSG_REPLAY | MSG_REQ_REPLAY_DONE | MSG_LOCK_REPLAY_DONE)) { in ptlrpc_at_send_early_reply()
Dimport.c1264 MSG_LOCK_REPLAY_DONE | MSG_REQ_REPLAY_DONE); in signal_completed_replay()
Dwiretest.c857 LASSERTF(MSG_REQ_REPLAY_DONE == 0x00000040UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
858 (unsigned)MSG_REQ_REPLAY_DONE); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c2217 lustre_msg_set_flags(req->rq_reqmsg, MSG_REQ_REPLAY_DONE); in replay_one_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1173 #define MSG_REQ_REPLAY_DONE 0x0040 macro