Home
last modified time | relevance | path

Searched refs:lustre_msg_get_opc (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c547 if (lustre_msg_get_opc(req->rq_reqmsg) == SEC_CTX_FINI) in ldlm_callback_handler()
562 switch (lustre_msg_get_opc(req->rq_reqmsg)) { in ldlm_callback_handler()
588 lustre_msg_get_opc(req->rq_reqmsg)); in ldlm_callback_handler()
609 lustre_msg_get_opc(req->rq_reqmsg) == LDLM_BL_CALLBACK) { in ldlm_callback_handler()
626 lustre_msg_get_opc(req->rq_reqmsg) == LDLM_BL_CALLBACK) in ldlm_callback_handler()
633 if (lustre_msg_get_opc(req->rq_reqmsg) == LDLM_BL_CALLBACK) { in ldlm_callback_handler()
666 switch (lustre_msg_get_opc(req->rq_reqmsg)) { in ldlm_callback_handler()
Dldlm_lib.c715 rs->rs_opc = lustre_msg_get_opc(req->rq_reqmsg); in target_send_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c1504 lustre_msg_get_opc(req->rq_reqmsg) == cfs_fail_val) { in ptlrpc_server_handle_req_in()
1518 switch (lustre_msg_get_opc(req->rq_reqmsg)) { in ptlrpc_server_handle_req_in()
1674 lustre_msg_get_opc(request->rq_reqmsg)); in ptlrpc_server_handle_request()
1676 if (lustre_msg_get_opc(request->rq_reqmsg) != OBD_PING) in ptlrpc_server_handle_request()
1712 lustre_msg_get_opc(request->rq_reqmsg), in ptlrpc_server_handle_request()
1722 __u32 op = lustre_msg_get_opc(request->rq_reqmsg); in ptlrpc_server_handle_request()
Dclient.c1028 DEBUG_REQ(lustre_msg_get_opc(req->rq_reqmsg) == OBD_PING ? in ptlrpc_import_delay_req()
1082 opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_console_allow()
1115 __u32 opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_check_status()
1263 if (lustre_msg_get_opc(req->rq_reqmsg) != OBD_PING) in after_reply()
1423 lustre_msg_get_opc(req->rq_reqmsg)); in ptlrpc_send_new_req()
1810 lustre_msg_get_opc(req->rq_reqmsg)); in ptlrpc_check_set()
Dpack_generic.c400 n == MSG_PTLRPC_BODY_OFF ? -1 : lustre_msg_get_opc(m)); in lustre_msg_buf_v2()
944 __u32 lustre_msg_get_opc(struct lustre_msg *msg) in lustre_msg_get_opc() function
962 EXPORT_SYMBOL(lustre_msg_get_opc);
1367 __u32 opc = lustre_msg_get_opc(msg); in lustre_msg_set_jobid()
2190 req_ok ? lustre_msg_get_opc(req->rq_reqmsg) : -1, in _debug_req()
Dlproc_ptlrpc.c1128 __u32 op = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_lprocfs_rpc_sent()
1149 idx = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_lprocfs_brw()
Dniobuf.c400 req->rq_reqmsg ? lustre_msg_get_opc(req->rq_reqmsg) : 0); in ptlrpc_send_reply()
Dnrs.c830 int opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_nrs_hpreq_add_nolock()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1482 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE && in osc_brw_fini_request()
1500 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE) { in osc_brw_fini_request()
1619 rc = osc_brw_prep_request(lustre_msg_get_opc(request->rq_reqmsg) == in osc_brw_redo_request()
1801 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE) in brw_interpret()
Dosc_lock.c843 LASSERT(lustre_msg_get_opc(req->rq_reqmsg) == LDLM_GL_CALLBACK); in osc_ldlm_glimpse_ast()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2579 __u32 lustre_msg_get_opc(struct lustre_msg *msg);
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c616 __u32 opc = lustre_msg_get_opc(close_req->rq_reqmsg); in mdc_replay_open()