Searched refs:pb_padding (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 720 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding) == 120, "found %lld\n", in lustre_assert_wire_constants() 721 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding)); in lustre_assert_wire_constants() 722 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding) == 32, "found %lld\n", in lustre_assert_wire_constants() 723 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding)); in lustre_assert_wire_constants() 797 …ASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants() 798 …(int)offsetof(struct ptlrpc_body_v3, pb_padding), (int)offsetof(struct ptlrpc_body_v2, pb_padding)… in lustre_assert_wire_constants() 799 …((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 800 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding), (int)sizeof(((struct ptlrpc_body_v2 *)0)->p… in lustre_assert_wire_constants()
|
D | pack_generic.c | 1640 CLASSERT(offsetof(typeof(*b), pb_padding) != 0); in lustre_swab_ptlrpc_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1104 __u64 pb_padding[4]; member 1130 __u64 pb_padding[4]; member
|