Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3676 LASSERTF((int)offsetof(struct llog_cookie, lgc_padding) == 28, "found %lld\n", in lustre_assert_wire_constants()
3677 (long long)(int)offsetof(struct llog_cookie, lgc_padding)); in lustre_assert_wire_constants()
3678 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
3679 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_padding)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3189 __u32 lgc_padding; member