Home
last modified time | relevance | path

Searched refs:pb_padding (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c718 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding) == 120, "found %lld\n", in lustre_assert_wire_constants()
719 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding)); in lustre_assert_wire_constants()
720 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding) == 32, "found %lld\n", in lustre_assert_wire_constants()
721 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding)); in lustre_assert_wire_constants()
795 …ASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants()
796 …(int)offsetof(struct ptlrpc_body_v3, pb_padding), (int)offsetof(struct ptlrpc_body_v2, pb_padding)… in lustre_assert_wire_constants()
797 …((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
798 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding), (int)sizeof(((struct ptlrpc_body_v2 *)0)->p… in lustre_assert_wire_constants()
Dpack_generic.c1486 CLASSERT(offsetof(typeof(*b), pb_padding) != 0); in lustre_swab_ptlrpc_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1110 __u64 pb_padding[4]; member
1137 __u64 pb_padding[4]; member