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