Searched refs:pb_transno (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 683 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_transno) == 48, "found %lld\n", in lustre_assert_wire_constants() 684 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_transno)); in lustre_assert_wire_constants() 685 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno) == 8, "found %lld\n", in lustre_assert_wire_constants() 686 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno)); in lustre_assert_wire_constants() 761 …ASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_transno) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants() 762 …(int)offsetof(struct ptlrpc_body_v3, pb_transno), (int)offsetof(struct ptlrpc_body_v2, pb_transno)… in lustre_assert_wire_constants() 763 …((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 764 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno), (int)sizeof(((struct ptlrpc_body_v2 *)0)->p… in lustre_assert_wire_constants()
|
D | pack_generic.c | 1093 return pb->pb_transno; in lustre_msg_get_transno() 1433 pb->pb_transno = transno; in lustre_msg_set_transno() 1628 __swab64s(&b->pb_transno); in lustre_swab_ptlrpc_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1093 __u64 pb_transno; member 1118 __u64 pb_transno; member
|