Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1951 LASSERTF((int)offsetof(struct mdt_body, padding_5) == 172, "found %lld\n", in lustre_assert_wire_constants()
1952 (long long)(int)offsetof(struct mdt_body, padding_5)); in lustre_assert_wire_constants()
1953 LASSERTF((int)sizeof(((struct mdt_body *)0)->padding_5) == 4, "found %lld\n", in lustre_assert_wire_constants()
1954 (long long)(int)sizeof(((struct mdt_body *)0)->padding_5)); in lustre_assert_wire_constants()
Dpack_generic.c1704 CLASSERT(offsetof(typeof(*b), padding_5) != 0); in lustre_swab_mdt_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2230 __u32 padding_5; /* also fix lustre_swab_mdt_body */ member