Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c657 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_version) == 12, "found %lld\n", in lustre_assert_wire_constants()
658 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_version)); in lustre_assert_wire_constants()
659 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version) == 4, "found %lld\n", in lustre_assert_wire_constants()
660 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version)); in lustre_assert_wire_constants()
735 …ASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_version) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants()
736 …(int)offsetof(struct ptlrpc_body_v3, pb_version), (int)offsetof(struct ptlrpc_body_v2, pb_version)… in lustre_assert_wire_constants()
737 …((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
738 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version), (int)sizeof(((struct ptlrpc_body_v2 *)0)->p… in lustre_assert_wire_constants()
Dpack_generic.c617 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
618 CERROR("wrong lustre_msg version %08x\n", pb->pb_version); in lustre_unpack_ptlrpc_body_v2()
935 pb->pb_version |= version; in lustre_msg_add_version()
1468 __swab32s(&b->pb_version); in lustre_swab_ptlrpc_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1093 __u32 pb_version; member
1119 __u32 pb_version; member