OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BdrvCheckResult
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
block.h
100
typedef struct
BdrvCheckResult
{
104
}
BdrvCheckResult
;
106
int bdrv_check(BlockDriverState *bs,
BdrvCheckResult
*res);
block_int.h
126
int (*bdrv_check)(BlockDriverState* bs,
BdrvCheckResult
*result);
block.c
732
int bdrv_check(BlockDriverState *bs,
BdrvCheckResult
*res)
[
all
...]
/external/qemu/block/
qcow2-refcount.c
890
BdrvCheckResult
*res,
934
static int check_refcounts_l2(BlockDriverState *bs,
BdrvCheckResult
*res,
[
all
...]
qcow2.h
188
int qcow2_check_refcounts(BlockDriverState *bs,
BdrvCheckResult
*res);
qcow2.c
[
all
...]
Completed in 157 milliseconds