Home
last modified time | relevance | path

Searched refs:BdrvCheckResult (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dblock.h100 typedef struct BdrvCheckResult { struct
104 } BdrvCheckResult; typedef
106 int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res);
Dblock_int.h126 int (*bdrv_check)(BlockDriverState* bs, BdrvCheckResult *result);
Dblock.c732 int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res) in bdrv_check()
/external/qemu/block/
Dqcow2-refcount.c890 BdrvCheckResult *res, in inc_refcounts()
934 static int check_refcounts_l2(BlockDriverState *bs, BdrvCheckResult *res, in check_refcounts_l2()
1020 BdrvCheckResult *res, in check_refcounts_l1()
1104 int qcow2_check_refcounts(BlockDriverState *bs, BdrvCheckResult *res) in qcow2_check_refcounts()
Dqcow2.h188 int qcow2_check_refcounts(BlockDriverState *bs, BdrvCheckResult *res);
Dqcow2.c1242 static int qcow_check(BlockDriverState *bs, BdrvCheckResult *result) in qcow_check()