Searched refs:rr_fsuid (Results 1 – 3 of 3) sorted by relevance
2701 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_fsuid) == 8, "found %lld\n", in lustre_assert_wire_constants()2702 (long long)(int)offsetof(struct mdt_rec_reint, rr_fsuid)); in lustre_assert_wire_constants()2703 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_fsuid) == 4, "found %lld\n", in lustre_assert_wire_constants()2704 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_fsuid)); in lustre_assert_wire_constants()
1869 __swab32s(&rr->rr_fsuid); in lustre_swab_mdt_rec_reint()
2551 __u32 rr_fsuid; member