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