Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c1339 req->rq_transno = lustre_msg_get_transno(req->rq_repmsg); in after_reply()
2739 LASSERTF(lustre_msg_get_transno(req->rq_reqmsg) == in ptlrpc_replay_interpret()
2740 lustre_msg_get_transno(req->rq_repmsg) || in ptlrpc_replay_interpret()
2741 lustre_msg_get_transno(req->rq_repmsg) == 0, in ptlrpc_replay_interpret()
2743 lustre_msg_get_transno(req->rq_reqmsg), in ptlrpc_replay_interpret()
2744 lustre_msg_get_transno(req->rq_repmsg)); in ptlrpc_replay_interpret()
2751 imp->imp_last_replay_transno = lustre_msg_get_transno(req->rq_reqmsg); in ptlrpc_replay_interpret()
2756 if (req->rq_transno > lustre_msg_get_transno(req->rq_reqmsg)) { in ptlrpc_replay_interpret()
2760 lustre_msg_get_transno(req->rq_reqmsg)); in ptlrpc_replay_interpret()
Dpack_generic.c1084 __u64 lustre_msg_get_transno(struct lustre_msg *msg) in lustre_msg_get_transno() function
1100 EXPORT_SYMBOL(lustre_msg_get_transno);
2397 req_ok ? lustre_msg_get_transno(req->rq_reqmsg) : 0, in _debug_req()
Dservice.c1129 } else if (lustre_msg_get_transno(req->rq_reqmsg) != 0 && in ptlrpc_check_req()
1132 lustre_msg_get_transno(req->rq_reqmsg)); in ptlrpc_check_req()
1992 lustre_msg_get_transno(request->rq_repmsg) : in ptlrpc_server_handle_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h707 oti->oti_transno = lustre_msg_get_transno(req->rq_reqmsg); in oti_init()
712 oti->oti_transno = lustre_msg_get_transno(req->rq_repmsg); in oti_init()
Dlustre_net.h2617 __u64 lustre_msg_get_transno(struct lustre_msg *msg);
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c527 oti->oti_transno = lustre_msg_get_transno(req->rq_repmsg); in osc_real_create()
537 lustre_msg_get_transno(req->rq_repmsg)); in osc_real_create()