Searched refs:lid_hdr (Results 1 – 3 of 3) sorted by relevance
123 rec.lid_hdr.lrh_len = sizeof(rec); in llog_cat_new_log()124 rec.lid_hdr.lrh_index = index; in llog_cat_new_log()125 rec.lid_hdr.lrh_type = LLOG_LOGID_MAGIC; in llog_cat_new_log()131 rc = llog_write_rec(env, cathandle, &rec.lid_hdr, in llog_cat_new_log()
3307 LASSERTF((int)offsetof(struct llog_logid_rec, lid_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()3308 (long long)(int)offsetof(struct llog_logid_rec, lid_hdr)); in lustre_assert_wire_constants()3309 LASSERTF((int)sizeof(((struct llog_logid_rec *)0)->lid_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()3310 (long long)(int)sizeof(((struct llog_logid_rec *)0)->lid_hdr)); in lustre_assert_wire_constants()
3024 struct llog_rec_hdr lid_hdr; member