Searched refs:rr_umask (Results 1 – 3 of 3) sorted by relevance
2777 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_umask) == 128, "found %lld\n", in lustre_assert_wire_constants()2778 (long long)(int)offsetof(struct mdt_rec_reint, rr_umask)); in lustre_assert_wire_constants()2779 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_umask) == 4, "found %lld\n", in lustre_assert_wire_constants()2780 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_umask)); in lustre_assert_wire_constants()
1888 __swab32s(&rr->rr_umask); in lustre_swab_mdt_rec_reint()
2570 __u32 rr_umask; member