Searched refs:BdrvCheckResult (Results 1 – 6 of 6) sorted by relevance
/external/qemu/ |
D | block.h | 100 typedef struct BdrvCheckResult { struct 104 } BdrvCheckResult; typedef 106 int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res);
|
D | block_int.h | 126 int (*bdrv_check)(BlockDriverState* bs, BdrvCheckResult *result);
|
D | block.c | 732 int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res) in bdrv_check()
|
/external/qemu/block/ |
D | qcow2-refcount.c | 890 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()
|
D | qcow2.h | 188 int qcow2_check_refcounts(BlockDriverState *bs, BdrvCheckResult *res);
|
D | qcow2.c | 1242 static int qcow_check(BlockDriverState *bs, BdrvCheckResult *result) in qcow_check()
|