Searched refs:pb_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 655 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == 8, "found %lld\n", in lustre_assert_wire_constants() 656 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_type)); in lustre_assert_wire_constants() 657 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 658 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type)); in lustre_assert_wire_constants() 733 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == (int)offsetof(struct ptlrpc_body_v2, pb_… in lustre_assert_wire_constants() 734 (int)offsetof(struct ptlrpc_body_v3, pb_type), (int)offsetof(struct ptlrpc_body_v2, pb_type)); in lustre_assert_wire_constants() 735 …RTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 736 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_t… in lustre_assert_wire_constants()
|
D | pack_generic.c | 967 return pb->pb_type; in lustre_msg_get_type() 1353 pb->pb_type = type; in lustre_msg_set_type() 1621 __swab32s(&b->pb_type); in lustre_swab_ptlrpc_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1086 __u32 pb_type; member 1111 __u32 pb_type; member
|