OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refcount_block_offset
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
qcow2-refcount.c
67
int64_t
refcount_block_offset
)
71
ret = bdrv_pread(s->hd,
refcount_block_offset
, s->refcount_block_cache,
75
s->refcount_block_cache_offset =
refcount_block_offset
;
83
int64_t
refcount_block_offset
;
local
88
refcount_block_offset
= s->refcount_table[refcount_table_index];
89
if (!
refcount_block_offset
)
91
if (
refcount_block_offset
!= s->refcount_block_cache_offset) {
93
if (load_refcount_block(bs,
refcount_block_offset
) < 0)
169
int64_t offset,
refcount_block_offset
;
local
182
refcount_block_offset
= s->refcount_table[refcount_table_index]
240
int64_t
refcount_block_offset
= 0;
local
[
all
...]
qcow2.h
124
int64_t
refcount_block_offset
;
member in struct:QCowCreateState
qcow2.c
724
s->
refcount_block_offset
= offset;
741
qcow2_create_refcount_update(s, s->
refcount_block_offset
,
770
lseek(fd, s->
refcount_block_offset
, SEEK_SET);
Completed in 14 milliseconds