Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c400 struct osc_async_cbargs *cbargs = &oio->oi_cbarg; in osc_io_setattr_start() local
459 init_completion(&cbargs->opc_sync); in osc_io_setattr_start()
464 cbargs, PTLRPCD_SET); in osc_io_setattr_start()
469 cbargs, PTLRPCD_SET); in osc_io_setattr_start()
470 cbargs->opc_rpc_sent = result == 0; in osc_io_setattr_start()
481 struct osc_async_cbargs *cbargs = &oio->oi_cbarg; in osc_io_setattr_end() local
484 if (cbargs->opc_rpc_sent) { in osc_io_setattr_end()
485 wait_for_completion(&cbargs->opc_sync); in osc_io_setattr_end()
486 result = io->ci_result = cbargs->opc_rc; in osc_io_setattr_end()
549 struct osc_async_cbargs *cbargs = &oio->oi_cbarg; in osc_fsync_ost() local
[all …]