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