Searched refs:lrh_id (Results 1 – 3 of 3) sorted by relevance
133 __swab32s(&rec->lrh_id); in lustre_swab_llog_rec()
3285 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_id) == 12, "found %lld\n", in lustre_assert_wire_constants()3286 (long long)(int)offsetof(struct llog_rec_hdr, lrh_id)); in lustre_assert_wire_constants()3287 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_id) == 4, "found %lld\n", in lustre_assert_wire_constants()3288 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_id)); in lustre_assert_wire_constants()
2986 __u32 lrh_id; member