Searched refs:rr_fid1 (Results 1 – 3 of 3) sorted by relevance
2735 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_fid1) == 40, "found %lld\n", in lustre_assert_wire_constants()2736 (long long)(int)offsetof(struct mdt_rec_reint, rr_fid1)); in lustre_assert_wire_constants()2737 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_fid1) == 16, "found %lld\n", in lustre_assert_wire_constants()2738 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_fid1)); in lustre_assert_wire_constants()
2040 lustre_swab_lu_fid(&rr->rr_fid1); in lustre_swab_mdt_rec_reint()
2571 struct lu_fid rr_fid1; member