Home
last modified time | relevance | path

Searched refs:cr_old_handle (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c239 rec->cr_old_handle = op_data->op_handle; in mdc_open_pack()
Dmdc_request.c790 rec->cr_old_handle.cookie = body->handle.cookie; in mdc_set_open_replay_data()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2255 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2410 struct lustre_handle cr_old_handle; /* handle in case of open replay */ member