Searched refs:lsc_tail (Results 1 – 3 of 3) sorted by relevance
143 tail = &lsc->lsc_tail; in lustre_swab_llog_rec()
3448 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()3449 (long long)(int)offsetof(struct llog_size_change_rec, lsc_tail)); in lustre_assert_wire_constants()3450 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()3451 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_tail)); in lustre_assert_wire_constants()
3047 struct llog_rec_tail lsc_tail; member