Searched refs:rr_fsgid (Results 1 – 3 of 3) sorted by relevance
2711 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()2712 (long long)(int)offsetof(struct mdt_rec_reint, rr_fsgid)); in lustre_assert_wire_constants()2713 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()2714 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_fsgid)); in lustre_assert_wire_constants()
2062 __swab32s(&rr->rr_fsgid); in lustre_swab_mdt_rec_reint()
2560 __u32 rr_fsgid; member