Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c1296 req->rq_transno = lustre_msg_get_transno(req->rq_repmsg); in after_reply()
2679 LASSERTF(lustre_msg_get_transno(req->rq_reqmsg) == in ptlrpc_replay_interpret()
2680 lustre_msg_get_transno(req->rq_repmsg) || in ptlrpc_replay_interpret()
2681 lustre_msg_get_transno(req->rq_repmsg) == 0, in ptlrpc_replay_interpret()
2683 lustre_msg_get_transno(req->rq_reqmsg), in ptlrpc_replay_interpret()
2684 lustre_msg_get_transno(req->rq_repmsg)); in ptlrpc_replay_interpret()
2691 imp->imp_last_replay_transno = lustre_msg_get_transno(req->rq_reqmsg); in ptlrpc_replay_interpret()
2696 if (req->rq_transno > lustre_msg_get_transno(req->rq_reqmsg)) { in ptlrpc_replay_interpret()
2700 lustre_msg_get_transno(req->rq_reqmsg)); in ptlrpc_replay_interpret()
Dpack_generic.c1002 __u64 lustre_msg_get_transno(struct lustre_msg *msg) in lustre_msg_get_transno() function
1019 EXPORT_SYMBOL(lustre_msg_get_transno);
2189 req_ok ? lustre_msg_get_transno(req->rq_reqmsg) : 0, in _debug_req()
Dservice.c885 } else if (lustre_msg_get_transno(req->rq_reqmsg) != 0) { in ptlrpc_check_req()
888 lustre_msg_get_transno(req->rq_reqmsg)); in ptlrpc_check_req()
1716 lustre_msg_get_transno(request->rq_repmsg) : in ptlrpc_server_handle_request()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h616 oti->oti_transno = lustre_msg_get_transno(req->rq_reqmsg); in oti_init()
621 oti->oti_transno = lustre_msg_get_transno(req->rq_repmsg); in oti_init()
Dlustre_net.h2582 __u64 lustre_msg_get_transno(struct lustre_msg *msg);
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c503 oti->oti_transno = lustre_msg_get_transno(req->rq_repmsg); in osc_real_create()
513 lustre_msg_get_transno(req->rq_repmsg)); in osc_real_create()