Home
last modified time | relevance | path

Searched refs:pb_opc (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c663 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()
Dpack_generic.c1020 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/
Dlustre_idl.h1083 __u32 pb_opc; member
1108 __u32 pb_opc; member