Searched refs:rr_ctime (Results 1 – 3 of 3) sorted by relevance
2749 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_ctime) == 88, "found %lld\n", in lustre_assert_wire_constants()2750 (long long)(int)offsetof(struct mdt_rec_reint, rr_ctime)); in lustre_assert_wire_constants()2751 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_ctime) == 8, "found %lld\n", in lustre_assert_wire_constants()2752 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_ctime)); in lustre_assert_wire_constants()
1881 __swab64s(&rr->rr_ctime); in lustre_swab_mdt_rec_reint()
2563 __s64 rr_ctime; member