[go: nahoru, domu]

Searched defs:cbargs (Results 1 - 1 of 1) sorted by relevance

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

Completed in 25 milliseconds