Searched refs:llog_changelog_rec (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 171 struct llog_changelog_rec *cr = (struct llog_changelog_rec *)rec; in lustre_swab_llog_rec()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3548 LASSERTF((int)sizeof(struct llog_changelog_rec) == 88, "found %lld\n", in lustre_assert_wire_constants() 3549 (long long)(int)sizeof(struct llog_changelog_rec)); in lustre_assert_wire_constants() 3550 LASSERTF((int)offsetof(struct llog_changelog_rec, cr_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3551 (long long)(int)offsetof(struct llog_changelog_rec, cr_hdr)); in lustre_assert_wire_constants() 3552 LASSERTF((int)sizeof(((struct llog_changelog_rec *)0)->cr_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3553 (long long)(int)sizeof(((struct llog_changelog_rec *)0)->cr_hdr)); in lustre_assert_wire_constants() 3554 LASSERTF((int)offsetof(struct llog_changelog_rec, cr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3555 (long long)(int)offsetof(struct llog_changelog_rec, cr)); in lustre_assert_wire_constants() 3556 LASSERTF((int)sizeof(((struct llog_changelog_rec *)0)->cr) == 64, "found %lld\n", in lustre_assert_wire_constants() 3557 (long long)(int)sizeof(((struct llog_changelog_rec *)0)->cr)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1555 struct llog_changelog_rec *rec = (struct llog_changelog_rec *)hdr; in changelog_kkuc_cb()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3084 struct llog_changelog_rec { struct
|