Searched refs:pb_opc (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 663 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_opc) == 16, "found %lld\n", in lustre_assert_wire_constants() 664 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_opc)); in lustre_assert_wire_constants() 665 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc) == 4, "found %lld\n", in lustre_assert_wire_constants() 666 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc)); in lustre_assert_wire_constants() 741 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_opc) == (int)offsetof(struct ptlrpc_body_v2, pb_o… in lustre_assert_wire_constants() 742 (int)offsetof(struct ptlrpc_body_v3, pb_opc), (int)offsetof(struct ptlrpc_body_v2, pb_opc)); in lustre_assert_wire_constants() 743 …ERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 744 …(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 | 1020 return pb->pb_opc; in lustre_msg_get_opc() 1396 pb->pb_opc = opc; in lustre_msg_set_opc() 1651 __swab32s(&b->pb_opc); in lustre_swab_ptlrpc_body()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1083 __u32 pb_opc; member 1108 __u32 pb_opc; member
|