Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c401 struct osc_async_cbargs *cbargs = &oio->oi_cbarg; in osc_io_setattr_start() local
461 init_completion(&cbargs->opc_sync); in osc_io_setattr_start()
466 cbargs, PTLRPCD_SET); in osc_io_setattr_start()
471 cbargs, PTLRPCD_SET); in osc_io_setattr_start()
472 cbargs->opc_rpc_sent = result == 0; in osc_io_setattr_start()
483 struct osc_async_cbargs *cbargs = &oio->oi_cbarg; in osc_io_setattr_end() local
486 if (cbargs->opc_rpc_sent) { in osc_io_setattr_end()
487 wait_for_completion(&cbargs->opc_sync); in osc_io_setattr_end()
488 result = io->ci_result = cbargs->opc_rc; in osc_io_setattr_end()
551 struct osc_async_cbargs *cbargs = &oio->oi_cbarg; in osc_fsync_ost() local
[all …]