Searched refs:pb_last_seen (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 675 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_seen) == 32, "found %lld\n", in lustre_assert_wire_constants() 676 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_last_seen)); in lustre_assert_wire_constants() 677 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_seen) == 8, "found %lld\n", in lustre_assert_wire_constants() 678 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_seen)); in lustre_assert_wire_constants() 753 …SERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_seen) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants() 754 …(int)offsetof(struct ptlrpc_body_v3, pb_last_seen), (int)offsetof(struct ptlrpc_body_v2, pb_last_s… in lustre_assert_wire_constants() 755 …int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_seen) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 756 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_seen), (int)sizeof(((struct ptlrpc_body_v2 *)0)-… in lustre_assert_wire_constants()
|
D | pack_generic.c | 1626 __swab64s(&b->pb_last_seen); in lustre_swab_ptlrpc_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1091 __u64 pb_last_seen; member 1116 __u64 pb_last_seen; member
|