Searched refs:lid_tail (Results 1 – 4 of 4) sorted by relevance
127 rec.lid_tail.lrt_len = sizeof(rec); in llog_cat_new_log()128 rec.lid_tail.lrt_index = index; in llog_cat_new_log()
258 tail = &lid->lid_tail; in lustre_swab_llog_rec()
3327 LASSERTF((int)offsetof(struct llog_logid_rec, lid_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()3328 (long long)(int)offsetof(struct llog_logid_rec, lid_tail)); in lustre_assert_wire_constants()3329 LASSERTF((int)sizeof(((struct llog_logid_rec *)0)->lid_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()3330 (long long)(int)sizeof(((struct llog_logid_rec *)0)->lid_tail)); in lustre_assert_wire_constants()
3029 struct llog_rec_tail lid_tail; member