Searched refs:cur_endrec (Results 1 – 3 of 3) sorted by relevance
199 __swab64s(&cur->cur_endrec); in lustre_swab_llog_rec()
3578 LASSERTF((int)offsetof(struct llog_changelog_user_rec, cur_endrec) == 24, "found %lld\n", in lustre_assert_wire_constants()3579 (long long)(int)offsetof(struct llog_changelog_user_rec, cur_endrec)); in lustre_assert_wire_constants()3580 LASSERTF((int)sizeof(((struct llog_changelog_user_rec *)0)->cur_endrec) == 8, "found %lld\n", in lustre_assert_wire_constants()3581 (long long)(int)sizeof(((struct llog_changelog_user_rec *)0)->cur_endrec)); in lustre_assert_wire_constants()
3102 __u64 cur_endrec; member