Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2.h173 int qcow2_refcount_init(BlockDriverState *bs);
Dqcow2-refcount.c59 int qcow2_refcount_init(BlockDriverState *bs) in qcow2_refcount_init() function
Dqcow2.c214 if (qcow2_refcount_init(bs) < 0) in qcow_open()