Searched refs:lur_oseq (Results 1 – 3 of 3) sorted by relevance
154 __swab32s(&lur->lur_oseq); in lustre_swab_llog_rec()
3343 LASSERTF((int)offsetof(struct llog_unlink_rec, lur_oseq) == 24, "found %lld\n", in lustre_assert_wire_constants()3344 (long long)(int)offsetof(struct llog_unlink_rec, lur_oseq)); in lustre_assert_wire_constants()3345 LASSERTF((int)sizeof(((struct llog_unlink_rec *)0)->lur_oseq) == 4, "found %lld\n", in lustre_assert_wire_constants()3346 (long long)(int)sizeof(((struct llog_unlink_rec *)0)->lur_oseq)); in lustre_assert_wire_constants()
3035 __u32 lur_oseq; member