Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c671 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_xid) == 24, "found %lld\n", in lustre_assert_wire_constants()
672 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_last_xid)); in lustre_assert_wire_constants()
673 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid) == 8, "found %lld\n", in lustre_assert_wire_constants()
674 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid)); in lustre_assert_wire_constants()
749 …SSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_xid) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants()
750 …(int)offsetof(struct ptlrpc_body_v3, pb_last_xid), (int)offsetof(struct ptlrpc_body_v2, pb_last_xi… in lustre_assert_wire_constants()
751 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
752 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid), (int)sizeof(((struct ptlrpc_body_v2 *)0)-> in lustre_assert_wire_constants()
Dpack_generic.c1039 return pb->pb_last_xid; in lustre_msg_get_last_xid()
1411 pb->pb_last_xid = last_xid; in lustre_msg_set_last_xid()
1653 __swab64s(&b->pb_last_xid); in lustre_swab_ptlrpc_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1085 __u64 pb_last_xid; member
1110 __u64 pb_last_xid; member