Searched refs:lgr_gen (Results 1 – 3 of 3) sorted by relevance
262 __swab64s(&lgr->lgr_gen.mnt_cnt); in lustre_swab_llog_rec()263 __swab64s(&lgr->lgr_gen.conn_cnt); in lustre_swab_llog_rec()
3604 LASSERTF((int)offsetof(struct llog_gen_rec, lgr_gen) == 16, "found %lld\n", in lustre_assert_wire_constants()3605 (long long)(int)offsetof(struct llog_gen_rec, lgr_gen)); in lustre_assert_wire_constants()3606 LASSERTF((int)sizeof(((struct llog_gen_rec *)0)->lgr_gen) == 16, "found %lld\n", in lustre_assert_wire_constants()3607 (long long)(int)sizeof(((struct llog_gen_rec *)0)->lgr_gen)); in lustre_assert_wire_constants()
3144 struct llog_gen lgr_gen; member