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