Searched refs:cr_opcode (Results 1 – 3 of 3) sorted by relevance
149 rec->cr_opcode = REINT_CREATE; in mdc_create_pack()223 rec->cr_opcode = REINT_OPEN; in mdc_open_pack()
2207 LASSERTF((int)offsetof(struct mdt_rec_create, cr_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()2208 (long long)(int)offsetof(struct mdt_rec_create, cr_opcode)); in lustre_assert_wire_constants()2209 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()2210 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_opcode)); in lustre_assert_wire_constants()
2398 __u32 cr_opcode; member