Searched refs:sa_opcode (Results 1 – 3 of 3) sorted by relevance
269 rec->sa_opcode = REINT_SETATTR; in mdc_setattr_pack_rec()
2101 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()2102 (long long)(int)offsetof(struct mdt_rec_setattr, sa_opcode)); in lustre_assert_wire_constants()2103 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()2104 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_opcode)); in lustre_assert_wire_constants()
2274 __u32 sa_opcode; member