Home
last modified time | relevance | path

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

/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c222 static void blk_aio_detach(void *opaque) in blk_aio_detach() function
351 blk_add_aio_context_notifier(exp->blk, blk_aio_attached, blk_aio_detach, in vu_blk_exp_create()
359 blk_aio_detach, vexp); in vu_blk_exp_create()
371 blk_remove_aio_context_notifier(exp->blk, blk_aio_attached, blk_aio_detach, in vu_blk_exp_delete()
H A Dvduse-blk.c196 static void blk_aio_detach(void *opaque) in blk_aio_detach() function
367 blk_add_aio_context_notifier(exp->blk, blk_aio_attached, blk_aio_detach, in vduse_blk_exp_create()
395 blk_remove_aio_context_notifier(exp->blk, blk_aio_attached, blk_aio_detach, in vduse_blk_exp_delete()
/openbmc/qemu/nbd/
H A Dserver.c1690 static void blk_aio_detach(void *opaque) in blk_aio_detach() function
1942 blk_add_aio_context_notifier(blk, blk_aio_attached, blk_aio_detach, exp); in nbd_export_create()
2018 blk_aio_detach, exp); in nbd_export_delete()