Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1963 LASSERTF((int)offsetof(struct mdt_body, padding_8) == 192, "found %lld\n", in lustre_assert_wire_constants()
1964 (long long)(int)offsetof(struct mdt_body, padding_8)); in lustre_assert_wire_constants()
1965 LASSERTF((int)sizeof(((struct mdt_body *)0)->padding_8) == 8, "found %lld\n", in lustre_assert_wire_constants()
1966 (long long)(int)sizeof(((struct mdt_body *)0)->padding_8)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2233 __u64 padding_8; member