Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c653 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == 8, "found %lld\n", in lustre_assert_wire_constants()
654 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_type)); in lustre_assert_wire_constants()
655 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
656 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type)); in lustre_assert_wire_constants()
731 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == (int)offsetof(struct ptlrpc_body_v2, pb_… in lustre_assert_wire_constants()
732 (int)offsetof(struct ptlrpc_body_v3, pb_type), (int)offsetof(struct ptlrpc_body_v2, pb_type)); in lustre_assert_wire_constants()
733 …RTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
734 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_t… in lustre_assert_wire_constants()
Dpack_generic.c919 return pb->pb_type; in lustre_msg_get_type()
1241 pb->pb_type = type; in lustre_msg_set_type()
1467 __swab32s(&b->pb_type); in lustre_swab_ptlrpc_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1092 __u32 pb_type; member
1118 __u32 pb_type; member