Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblockjob.c189 .get_parent_aio_context = child_job_get_parent_aio_context,
H A Dblock.c1532 .get_parent_aio_context = child_of_bds_get_parent_aio_context,
1538 return c->klass->get_parent_aio_context(c); in bdrv_child_get_parent_aio_context()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1009 AioContext *(*get_parent_aio_context)(BdrvChild *child); member
/openbmc/qemu/block/
H A Dblock-backend.c341 .get_parent_aio_context = blk_root_get_parent_aio_context,