Searched refs:rr_blocks (Results 1 – 3 of 3) sorted by relevance
2759 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_blocks) == 104, "found %lld\n", in lustre_assert_wire_constants()2760 (long long)(int)offsetof(struct mdt_rec_reint, rr_blocks)); in lustre_assert_wire_constants()2761 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants()2762 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_blocks)); in lustre_assert_wire_constants()
2046 __swab64s(&rr->rr_blocks); in lustre_swab_mdt_rec_reint()
2577 __u64 rr_blocks; member