Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c336 complete(&args->opc_sync); in osc_async_upcall()
459 init_completion(&cbargs->opc_sync); in osc_io_setattr_start()
485 wait_for_completion(&cbargs->opc_sync); in osc_io_setattr_end()
565 init_completion(&cbargs->opc_sync); in osc_fsync_ost()
626 wait_for_completion(&cbargs->opc_sync); in osc_io_fsync_end()
Dosc_cl_internal.h83 struct completion opc_sync; member