Searched refs:refcount_block_offset (Results 1 - 5 of 5) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c90 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; local
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 = local
195 if (refcount_block_offset) {
89 load_refcount_block(BlockDriverState *bs, int64_t refcount_block_offset) argument
425 write_refcount_block_entries(BlockDriverState *bs, int64_t refcount_block_offset, int first_index, int last_index) argument
463 int64_t refcount_block_offset = 0; local
[all...]
H A Dqcow2.h129 int64_t refcount_block_offset; member in struct:QCowCreateState
H A Dqcow2.c943 s->refcount_block_offset = offset;
958 qcow2_create_refcount_update(s, s->refcount_block_offset,
1016 lseek(fd, s->refcount_block_offset, SEEK_SET);
/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h81 __u64 refcount_block_offset; member in struct:ext2_qcow2_refcount
/external/e2fsprogs/misc/
H A De2image.c920 image->refcount.refcount_block_offset = offset;
1080 seek_set(fd, ref->refcount_block_offset);
1087 ext2fs_cpu_to_be64(ref->refcount_block_offset);
1088 ref->refcount_block_offset = rfblk_pos;
1111 ext2fs_cpu_to_be64(ref->refcount_block_offset);
1116 seek_set(fd, ref->refcount_block_offset);
1148 /* Refcount all qcow2 related metadata up to refcount_block_offset */
1149 end = img->refcount.refcount_block_offset;

Completed in 266 milliseconds