Searched refs:lur_oid (Results 1 – 3 of 3) sorted by relevance
150 __swab64s(&lur->lur_oid); in lustre_swab_llog_rec()
3337 LASSERTF((int)offsetof(struct llog_unlink_rec, lur_oid) == 16, "found %lld\n", in lustre_assert_wire_constants()3338 (long long)(int)offsetof(struct llog_unlink_rec, lur_oid)); in lustre_assert_wire_constants()3339 LASSERTF((int)sizeof(((struct llog_unlink_rec *)0)->lur_oid) == 8, "found %lld\n", in lustre_assert_wire_constants()3340 (long long)(int)sizeof(((struct llog_unlink_rec *)0)->lur_oid)); in lustre_assert_wire_constants()
3013 __u64 lur_oid; member