Searched refs:rr_size (Results 1 – 3 of 3) sorted by relevance
2755 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_size) == 96, "found %lld\n", in lustre_assert_wire_constants()2756 (long long)(int)offsetof(struct mdt_rec_reint, rr_size)); in lustre_assert_wire_constants()2757 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_size) == 8, "found %lld\n", in lustre_assert_wire_constants()2758 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_size)); in lustre_assert_wire_constants()
2073 __swab64s(&rr->rr_size); in lustre_swab_mdt_rec_reint()
2571 __u64 rr_size; member