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