Searched refs:sx_opcode (Results 1 – 3 of 3) sorted by relevance
2591 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()2592 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_opcode)); in lustre_assert_wire_constants()2593 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()2594 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_opcode)); in lustre_assert_wire_constants()
2520 __u32 sx_opcode; member
397 rec->sx_opcode = REINT_SETXATTR; in mdc_xattr_common()