Home
last modified time | relevance | path

Searched refs:lid_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c123 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()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3307 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3024 struct llog_rec_hdr lid_hdr; member