Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c337 complete(&args->opc_sync); in osc_async_upcall()
461 init_completion(&cbargs->opc_sync); in osc_io_setattr_start()
487 wait_for_completion(&cbargs->opc_sync); in osc_io_setattr_end()
568 init_completion(&cbargs->opc_sync); in osc_fsync_ost()
629 wait_for_completion(&cbargs->opc_sync); in osc_io_fsync_end()
Dosc_cl_internal.h83 struct completion opc_sync; member