Searched refs:pb_opc (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 661 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_opc) == 16, "found %lld\n", in lustre_assert_wire_constants() 662 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_opc)); in lustre_assert_wire_constants() 663 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc) == 4, "found %lld\n", in lustre_assert_wire_constants() 664 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc)); in lustre_assert_wire_constants() 739 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_opc) == (int)offsetof(struct ptlrpc_body_v2, pb_o… in lustre_assert_wire_constants() 740 (int)offsetof(struct ptlrpc_body_v3, pb_opc), (int)offsetof(struct ptlrpc_body_v2, pb_opc)); in lustre_assert_wire_constants() 741 …ERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 742 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_op… in lustre_assert_wire_constants()
|
D | pack_generic.c | 954 return pb->pb_opc; in lustre_msg_get_opc() 1257 pb->pb_opc = opc; in lustre_msg_set_opc() 1469 __swab32s(&b->pb_opc); in lustre_swab_ptlrpc_body()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1094 __u32 pb_opc; member 1120 __u32 pb_opc; member
|