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