Searched refs:ul_opcode (Results 1 – 3 of 3) sorted by relevance
389 rec->ul_opcode = op_data->op_cli_flags & CLI_RM_ENTRY ? in mdc_unlink_pack()
2399 LASSERTF((int)offsetof(struct mdt_rec_unlink, ul_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()2400 (long long)(int)offsetof(struct mdt_rec_unlink, ul_opcode)); in lustre_assert_wire_constants()2401 LASSERTF((int)sizeof(((struct mdt_rec_unlink *)0)->ul_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()2402 (long long)(int)sizeof(((struct mdt_rec_unlink *)0)->ul_opcode)); in lustre_assert_wire_constants()
2466 __u32 ul_opcode; member