Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3305 LASSERTF((int)offsetof(struct llog_logid_rec, lid_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()
3306 (long long)(int)offsetof(struct llog_logid_rec, lid_hdr)); in lustre_assert_wire_constants()
3307 LASSERTF((int)sizeof(((struct llog_logid_rec *)0)->lid_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()
3308 (long long)(int)sizeof(((struct llog_logid_rec *)0)->lid_hdr)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3003 struct llog_rec_hdr lid_hdr; member