Searched refs:lgr_hdr (Results 1 – 2 of 2) sorted by relevance
3602 LASSERTF((int)offsetof(struct llog_gen_rec, lgr_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()3603 (long long)(int)offsetof(struct llog_gen_rec, lgr_hdr)); in lustre_assert_wire_constants()3604 LASSERTF((int)sizeof(((struct llog_gen_rec *)0)->lgr_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()3605 (long long)(int)sizeof(((struct llog_gen_rec *)0)->lgr_hdr)); in lustre_assert_wire_constants()
3159 struct llog_rec_hdr lgr_hdr; member