Searched refs:ptlrpc_body_v3 (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 649 LASSERTF((int)sizeof(struct ptlrpc_body_v3) == 184, "found %lld\n", in lustre_assert_wire_constants() 650 (long long)(int)sizeof(struct ptlrpc_body_v3)); in lustre_assert_wire_constants() 651 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_handle) == 0, "found %lld\n", in lustre_assert_wire_constants() 652 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_handle)); in lustre_assert_wire_constants() 653 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle) == 8, "found %lld\n", in lustre_assert_wire_constants() 654 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle)); in lustre_assert_wire_constants() 655 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == 8, "found %lld\n", in lustre_assert_wire_constants() 656 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_type)); in lustre_assert_wire_constants() 657 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 658 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1079 struct ptlrpc_body_v3 { struct 1102 #define ptlrpc_body ptlrpc_body_v3 argument
|