Searched refs:lgr_tail (Results 1 – 3 of 3) sorted by relevance
264 tail = &lgr->lgr_tail; in lustre_swab_llog_rec()
3610 LASSERTF((int)offsetof(struct llog_gen_rec, lgr_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()3611 (long long)(int)offsetof(struct llog_gen_rec, lgr_tail)); in lustre_assert_wire_constants()3612 LASSERTF((int)sizeof(((struct llog_gen_rec *)0)->lgr_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()3613 (long long)(int)sizeof(((struct llog_gen_rec *)0)->lgr_tail)); in lustre_assert_wire_constants()
3164 struct llog_rec_tail lgr_tail; member