Searched refs:lsr_tail (Results 1 – 3 of 3) sorted by relevance
231 tail = &lsr->lsr_tail; in lustre_swab_llog_rec()
3416 LASSERTF((int)offsetof(struct llog_setattr64_rec, lsr_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()3417 (long long)(int)offsetof(struct llog_setattr64_rec, lsr_tail)); in lustre_assert_wire_constants()3418 LASSERTF((int)sizeof(((struct llog_setattr64_rec *)0)->lsr_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()3419 (long long)(int)sizeof(((struct llog_setattr64_rec *)0)->lsr_tail)); in lustre_assert_wire_constants()
3037 struct llog_rec_tail lsr_tail; member