Home
last modified time | relevance | path

Searched refs:ldp_pad0 (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c574 LASSERTF((int)offsetof(struct lu_dirpage, ldp_pad0) == 20, "found %lld\n", in lustre_assert_wire_constants()
575 (long long)(int)offsetof(struct lu_dirpage, ldp_pad0)); in lustre_assert_wire_constants()
576 LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_pad0) == 4, "found %lld\n", in lustre_assert_wire_constants()
577 (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_pad0)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h958 __u32 ldp_pad0; member