Searched refs:pb_limit (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 707 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_limit) == 76, "found %lld\n", in lustre_assert_wire_constants() 708 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_limit)); in lustre_assert_wire_constants() 709 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit) == 4, "found %lld\n", in lustre_assert_wire_constants() 710 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit)); in lustre_assert_wire_constants() 785 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_limit) == (int)offsetof(struct ptlrpc_body_v2, pb… in lustre_assert_wire_constants() 786 (int)offsetof(struct ptlrpc_body_v3, pb_limit), (int)offsetof(struct ptlrpc_body_v2, pb_limit)); in lustre_assert_wire_constants() 787 …TF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 788 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_… in lustre_assert_wire_constants()
|
D | pack_generic.c | 1170 return pb->pb_limit; in lustre_msg_get_limit() 1189 pb->pb_limit = limit; in lustre_msg_set_limit() 1662 __swab32s(&b->pb_limit); in lustre_swab_ptlrpc_body()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1094 __u32 pb_limit; member 1120 __u32 pb_limit; member
|