Searched refs:lgc_padding (Results 1 – 2 of 2) sorted by relevance
3678 LASSERTF((int)offsetof(struct llog_cookie, lgc_padding) == 28, "found %lld\n", in lustre_assert_wire_constants()3679 (long long)(int)offsetof(struct llog_cookie, lgc_padding)); in lustre_assert_wire_constants()3680 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()3681 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_padding)); in lustre_assert_wire_constants()
3205 __u32 lgc_padding; member