Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c571 if (lustre_msg_get_opc(req->rq_reqmsg) == SEC_CTX_FINI) in ldlm_callback_handler()
586 switch (lustre_msg_get_opc(req->rq_reqmsg)) { in ldlm_callback_handler()
612 lustre_msg_get_opc(req->rq_reqmsg)); in ldlm_callback_handler()
633 lustre_msg_get_opc(req->rq_reqmsg) == LDLM_BL_CALLBACK) { in ldlm_callback_handler()
650 lustre_msg_get_opc(req->rq_reqmsg) == LDLM_BL_CALLBACK) in ldlm_callback_handler()
657 if (lustre_msg_get_opc(req->rq_reqmsg) == LDLM_BL_CALLBACK) { in ldlm_callback_handler()
690 switch (lustre_msg_get_opc(req->rq_reqmsg)) { in ldlm_callback_handler()
Dldlm_lib.c718 rs->rs_opc = lustre_msg_get_opc(req->rq_reqmsg); in target_send_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c1555 int opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_hpreq_handler()
1785 lustre_msg_get_opc(req->rq_reqmsg) == cfs_fail_val) { in ptlrpc_server_handle_req_in()
1799 switch (lustre_msg_get_opc(req->rq_reqmsg)) { in ptlrpc_server_handle_req_in()
1953 lustre_msg_get_opc(request->rq_reqmsg)); in ptlrpc_server_handle_request()
1955 if (lustre_msg_get_opc(request->rq_reqmsg) != OBD_PING) in ptlrpc_server_handle_request()
1988 lustre_msg_get_opc(request->rq_reqmsg), in ptlrpc_server_handle_request()
1998 __u32 op = lustre_msg_get_opc(request->rq_reqmsg); in ptlrpc_server_handle_request()
Dlproc_ptlrpc.c924 seq_printf(sf, "opc %d\n", lustre_msg_get_opc(req->rq_reqmsg)); in target_print_req()
1126 __u32 op = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_lprocfs_rpc_sent()
1147 idx = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_lprocfs_brw()
Dclient.c1072 DEBUG_REQ(lustre_msg_get_opc(req->rq_reqmsg) == OBD_PING ? in ptlrpc_import_delay_req()
1126 opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_console_allow()
1157 __u32 opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_check_status()
1304 if (lustre_msg_get_opc(req->rq_reqmsg) != OBD_PING) in after_reply()
1466 lustre_msg_get_opc(req->rq_reqmsg)); in ptlrpc_send_new_req()
1847 lustre_msg_get_opc(req->rq_reqmsg)); in ptlrpc_check_set()
Dpack_generic.c417 n == MSG_PTLRPC_BODY_OFF ? -1 : lustre_msg_get_opc(m)); in lustre_msg_buf_v2()
1009 __u32 lustre_msg_get_opc(struct lustre_msg *msg) in lustre_msg_get_opc() function
1026 EXPORT_SYMBOL(lustre_msg_get_opc);
1510 __u32 opc = lustre_msg_get_opc(msg); in lustre_msg_set_jobid()
2398 req_ok ? lustre_msg_get_opc(req->rq_reqmsg) : -1, in _debug_req()
Dniobuf.c404 req->rq_reqmsg ? lustre_msg_get_opc(req->rq_reqmsg) : 0); in ptlrpc_send_reply()
Dnrs.c831 int opc = lustre_msg_get_opc(req->rq_reqmsg); in ptlrpc_nrs_hpreq_add_nolock()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1516 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE && in osc_brw_fini_request()
1534 if (lustre_msg_get_opc(req->rq_reqmsg) == OST_WRITE) { in osc_brw_fini_request()
1655 rc = osc_brw_prep_request(lustre_msg_get_opc(request->rq_reqmsg) == in osc_brw_redo_request()
1845 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.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2613 __u32 lustre_msg_get_opc(struct lustre_msg *msg);
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c698 __u32 opc = lustre_msg_get_opc(close_req->rq_reqmsg); in mdc_replay_open()