Searched refs:pb_handle (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 649 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_handle) == 0, "found %lld\n", in lustre_assert_wire_constants() 650 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_handle)); in lustre_assert_wire_constants() 651 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle) == 8, "found %lld\n", in lustre_assert_wire_constants() 652 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle)); in lustre_assert_wire_constants() 727 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_handle) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants() 728 … (int)offsetof(struct ptlrpc_body_v3, pb_handle), (int)offsetof(struct ptlrpc_body_v2, pb_handle)); in lustre_assert_wire_constants() 729 …F((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 730 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb… in lustre_assert_wire_constants()
|
D | pack_generic.c | 900 return &pb->pb_handle; in lustre_msg_get_handle() 1225 pb->pb_handle = *handle; in lustre_msg_set_handle()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1091 struct lustre_handle pb_handle; member 1117 struct lustre_handle pb_handle; member
|