Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c659 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_version) == 12, "found %lld\n", in lustre_assert_wire_constants()
660 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_version)); in lustre_assert_wire_constants()
661 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version) == 4, "found %lld\n", in lustre_assert_wire_constants()
662 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version)); in lustre_assert_wire_constants()
737 …ASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_version) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants()
738 …(int)offsetof(struct ptlrpc_body_v3, pb_version), (int)offsetof(struct ptlrpc_body_v2, pb_version)… in lustre_assert_wire_constants()
739 …((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
740 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version), (int)sizeof(((struct ptlrpc_body_v2 *)0)->p… in lustre_assert_wire_constants()
Dpack_generic.c631 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
632 CERROR("wrong lustre_msg version %08x\n", pb->pb_version); in lustre_unpack_ptlrpc_body_v2()
987 return pb->pb_version; in lustre_msg_get_version()
1002 pb->pb_version |= version; in lustre_msg_add_version()
1650 __swab32s(&b->pb_version); in lustre_swab_ptlrpc_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1082 __u32 pb_version; member
1107 __u32 pb_version; member