Searched refs:lsc_ioepoch (Results 1 – 3 of 3) sorted by relevance
145 __swab32s(&lsc->lsc_ioepoch); in lustre_swab_llog_rec()
3434 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_ioepoch) == 32, "found %lld\n", in lustre_assert_wire_constants()3435 (long long)(int)offsetof(struct llog_size_change_rec, lsc_ioepoch)); in lustre_assert_wire_constants()3436 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_ioepoch) == 4, "found %lld\n", in lustre_assert_wire_constants()3437 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_ioepoch)); in lustre_assert_wire_constants()
3059 __u32 lsc_ioepoch; member