Searched refs:rr_opcode (Results 1 – 3 of 3) sorted by relevance
2693 LASSERTF((int)offsetof(struct mdt_rec_reint, rr_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()2694 (long long)(int)offsetof(struct mdt_rec_reint, rr_opcode)); in lustre_assert_wire_constants()2695 LASSERTF((int)sizeof(((struct mdt_rec_reint *)0)->rr_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()2696 (long long)(int)sizeof(((struct mdt_rec_reint *)0)->rr_opcode)); in lustre_assert_wire_constants()
1867 __swab32s(&rr->rr_opcode); in lustre_swab_mdt_rec_reint()
2549 __u32 rr_opcode; member