Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c207 rec->cr_old_handle = op_data->op_handle; in mdc_open_pack()
Dmdc_request.c711 rec->cr_old_handle.cookie = body->handle.cookie; in mdc_set_open_replay_data()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2253 LASSERTF((int)offsetof(struct mdt_rec_create, cr_old_handle) == 72, "found %lld\n", in lustre_assert_wire_constants()
2254 (long long)(int)offsetof(struct mdt_rec_create, cr_old_handle)); in lustre_assert_wire_constants()
2255 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_old_handle) == 8, "found %lld\n", in lustre_assert_wire_constants()
2256 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_old_handle)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2403 struct lustre_handle cr_old_handle; /* handle in case of open replay */ member