OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refcount_block
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
qcow2.h
125
uint16_t *
refcount_block
;
member in struct:QCowCreateState
qcow2.c
950
s->
refcount_block
= qemu_mallocz(ref_clusters * s->cluster_size);
1017
ret = qemu_write_full(fd, s->
refcount_block
,
1027
qemu_free(s->
refcount_block
);
[
all
...]
qcow2-refcount.c
737
p = &s->
refcount_block
[cluster_offset >> s->cluster_bits];
[
all
...]
Completed in 216 milliseconds