Home
last modified time | relevance | path

Searched refs:PTLRPC_MSG_VERSION (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c229 lustre_msg_add_version(req->rq_reqmsg, PTLRPC_MSG_VERSION); in lustre_pack_request_v2()
354 lustre_msg_add_version(rs->rs_msg, PTLRPC_MSG_VERSION); in lustre_pack_reply_v2()
631 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
Dwiretest.c821 LASSERTF(PTLRPC_MSG_VERSION == 0x00000003, "found 0x%.8x\n", in lustre_assert_wire_constants()
822 PTLRPC_MSG_VERSION); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h164 #define PTLRPC_MSG_VERSION 0x00000003 macro