Searched refs:BdrvCheckMode (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/block/ |
H A D | coroutines.h | 41 bdrv_co_check(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix);
|
H A D | parallels.c | 596 BdrvCheckMode fix) in parallels_check_unclean() 661 BdrvCheckMode fix) in parallels_check_data_off() 701 BdrvCheckMode fix) in parallels_check_outside_image() 743 BdrvCheckMode fix, bool explicit) in parallels_check_leak() 790 BdrvCheckMode fix) in parallels_check_duplicate() 924 BdrvCheckMode fix) in parallels_collect_statistics() 955 BdrvCheckMode fix) in parallels_co_check()
|
H A D | qcow2.h | 891 BdrvCheckMode fix); 991 BdrvCheckMode fix); 995 BdrvCheckMode fix);
|
H A D | qcow2-refcount.c | 1666 int flags, BdrvCheckMode fix, bool active) in check_refcounts_l2() 1866 int flags, BdrvCheckMode fix, bool active) in check_refcounts_l1() 1953 check_oflag_copied(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix) in check_oflag_copied() 2087 BdrvCheckMode fix, bool *rebuild, in check_refblocks() 2202 BdrvCheckMode fix, bool *rebuild, in calculate_refcounts() 2305 BdrvCheckMode fix, bool *rebuild, in compare_refcounts() 2783 qcow2_check_refcounts(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix) in qcow2_check_refcounts()
|
H A D | qcow2-snapshot.c | 432 BdrvCheckMode fix) in qcow2_check_read_snapshot_table() 553 BdrvCheckMode fix) in qcow2_check_fix_snapshot_table()
|
H A D | vdi.c | 279 BdrvCheckMode fix) in vdi_co_check()
|
H A D | qed.c | 1599 BdrvCheckMode fix) in bdrv_qed_co_check()
|
H A D | vhdx.c | 2172 BdrvCheckMode fix) in vhdx_co_check()
|
H A D | qcow2.c | 609 BdrvCheckMode fix) in qcow2_co_check_locked() 648 BdrvCheckMode fix) in qcow2_co_check()
|
H A D | vmdk.c | 2956 vmdk_co_check(BlockDriverState *bs, BdrvCheckResult *result, BdrvCheckMode fix) in vmdk_co_check()
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 527 } BdrvCheckMode; typedef
|
H A D | block-io.h | 364 bdrv_check(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix);
|
H A D | block_int-common.h | 771 BlockDriverState *bs, BdrvCheckResult *result, BdrvCheckMode fix);
|
/openbmc/qemu/ |
H A D | block.c | 5637 BdrvCheckResult *res, BdrvCheckMode fix) in bdrv_co_check()
|