Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h852 int coroutine_fn GRAPH_RDLOCK qcow2_refcount_init(BlockDriverState *bs);
H A Dqcow2-refcount.c101 int coroutine_fn qcow2_refcount_init(BlockDriverState *bs) in qcow2_refcount_init() function
H A Dqcow2.c1623 ret = qcow2_refcount_init(bs); in qcow2_do_open()