Searched refs:lur_hdr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3333 LASSERTF((int)offsetof(struct llog_unlink_rec, lur_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3334 (long long)(int)offsetof(struct llog_unlink_rec, lur_hdr)); in lustre_assert_wire_constants() 3335 LASSERTF((int)sizeof(((struct llog_unlink_rec *)0)->lur_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3336 (long long)(int)sizeof(((struct llog_unlink_rec *)0)->lur_hdr)); in lustre_assert_wire_constants() 3356 LASSERTF((int)offsetof(struct llog_unlink64_rec, lur_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3357 (long long)(int)offsetof(struct llog_unlink64_rec, lur_hdr)); in lustre_assert_wire_constants() 3358 LASSERTF((int)sizeof(((struct llog_unlink64_rec *)0)->lur_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3359 (long long)(int)sizeof(((struct llog_unlink64_rec *)0)->lur_hdr)); in lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3012 struct llog_rec_hdr lur_hdr; member 3020 struct llog_rec_hdr lur_hdr; member
|