Home | History | Annotate | Download | only in block

Lines Matching defs:refcount_block_offset

90                                int64_t refcount_block_offset)
103 ret = bdrv_pread(bs->file, refcount_block_offset, s->refcount_block_cache,
109 s->refcount_block_cache_offset = refcount_block_offset;
122 int64_t refcount_block_offset;
128 refcount_block_offset = s->refcount_table[refcount_table_index];
129 if (!refcount_block_offset)
131 if (refcount_block_offset != s->refcount_block_cache_offset) {
133 ret = load_refcount_block(bs, refcount_block_offset);
191 uint64_t refcount_block_offset =
195 if (refcount_block_offset) {
196 if (refcount_block_offset != s->refcount_block_cache_offset) {
197 ret = load_refcount_block(bs, refcount_block_offset);
202 return refcount_block_offset;
426 int64_t refcount_block_offset, int first_index, int last_index)
448 refcount_block_offset + (first_index << REFCOUNT_SHIFT),
463 int64_t refcount_block_offset = 0;
492 ret = write_refcount_block_entries(bs, refcount_block_offset,
508 refcount_block_offset = new_block;
536 if (refcount_block_offset != 0) {
538 wret = write_refcount_block_entries(bs, refcount_block_offset,