Searched refs:pb_timeout (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 699 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_timeout) == 68, "found %lld\n", in lustre_assert_wire_constants() 700 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_timeout)); in lustre_assert_wire_constants() 701 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout) == 4, "found %lld\n", in lustre_assert_wire_constants() 702 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout)); in lustre_assert_wire_constants() 777 …ASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_timeout) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants() 778 …(int)offsetof(struct ptlrpc_body_v3, pb_timeout), (int)offsetof(struct ptlrpc_body_v2, pb_timeout)… in lustre_assert_wire_constants() 779 …((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 780 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout), (int)sizeof(((struct ptlrpc_body_v2 *)0)->p… in lustre_assert_wire_constants()
|
D | pack_generic.c | 1254 return pb->pb_timeout; in lustre_msg_get_timeout() 1508 pb->pb_timeout = timeout; in lustre_msg_set_timeout() 1660 __swab32s(&b->pb_timeout); in lustre_swab_ptlrpc_body()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1092 __u32 pb_timeout; /* for req, the deadline, for rep, the service est */ member 1117 __u32 pb_timeout; /* for req, the deadline, for rep, the service est */ member
|