Searched refs:cr_old_handle (Results 1 – 4 of 4) sorted by relevance
239 rec->cr_old_handle = op_data->op_handle; in mdc_open_pack()
790 rec->cr_old_handle.cookie = body->handle.cookie; in mdc_set_open_replay_data()
2255 LASSERTF((int)offsetof(struct mdt_rec_create, cr_old_handle) == 72, "found %lld\n", in lustre_assert_wire_constants()2256 (long long)(int)offsetof(struct mdt_rec_create, cr_old_handle)); in lustre_assert_wire_constants()2257 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_old_handle) == 8, "found %lld\n", in lustre_assert_wire_constants()2258 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_old_handle)); in lustre_assert_wire_constants()
2410 struct lustre_handle cr_old_handle; /* handle in case of open replay */ member