OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BDRVQcowState
(Results
1 - 2
of
2
) sorted by null
/external/qemu/block/
qcow2.h
81
typedef struct
BDRVQcowState
{
119
}
BDRVQcowState
;
148
static inline int size_to_clusters(
BDRVQcowState
*s, int64_t size)
153
static inline int size_to_l1(
BDRVQcowState
*s, int64_t size)
194
void qcow2_encrypt_sectors(
BDRVQcowState
*s, int64_t sector_num,
qcow.c
56
typedef struct
BDRVQcowState
{
77
}
BDRVQcowState
;
95
BDRVQcowState
*s = bs->opaque;
174
BDRVQcowState
*s = bs->opaque;
217
static void encrypt_sectors(
BDRVQcowState
*s, int64_t sector_num,
257
BDRVQcowState
*s = bs->opaque;
382
BDRVQcowState
*s = bs->opaque;
424
BDRVQcowState
*s = bs->opaque;
449
BDRVQcowState
*s = bs->opaque;
546
BDRVQcowState
*s = bs->opaque
[
all
...]
Completed in 31 milliseconds