Searched refs:pb_last_xid (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 669 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_xid) == 24, "found %lld\n", in lustre_assert_wire_constants() 670 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_last_xid)); in lustre_assert_wire_constants() 671 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid) == 8, "found %lld\n", in lustre_assert_wire_constants() 672 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid)); in lustre_assert_wire_constants() 747 …SSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_xid) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants() 748 …(int)offsetof(struct ptlrpc_body_v3, pb_last_xid), (int)offsetof(struct ptlrpc_body_v2, pb_last_xi… in lustre_assert_wire_constants() 749 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 750 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid), (int)sizeof(((struct ptlrpc_body_v2 *)0)->… in lustre_assert_wire_constants()
|
D | pack_generic.c | 1471 __swab64s(&b->pb_last_xid); in lustre_swab_ptlrpc_body()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1096 __u64 pb_last_xid; member 1122 __u64 pb_last_xid; member
|