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

/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h53 __u64 refcount_table_offset; member in struct:ext2_qcow2_hdr
80 __u64 refcount_table_offset; member in struct:ext2_qcow2_refcount
/external/qemu/block/
H A Dqcow2.h64 uint64_t refcount_table_offset; member in struct:QCowHeader
104 uint64_t refcount_table_offset; member in struct:BDRVQcowState
128 int64_t refcount_table_offset; member in struct:QCowCreateState
H A Dqcow2-refcount.c69 ret = bdrv_pread(bs->file, s->refcount_table_offset,
283 s->refcount_table_offset + refcount_table_index * sizeof(uint64_t),
390 ret = bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, refcount_table_offset),
397 uint64_t old_table_offset = s->refcount_table_offset;
403 s->refcount_table_offset = table_offset;
1142 s->refcount_table_offset,
H A Dqcow2.c157 be64_to_cpus(&header.refcount_table_offset);
181 s->refcount_table_offset = header.refcount_table_offset;
939 s->refcount_table_offset = offset;
940 header.refcount_table_offset = cpu_to_be64(offset);
956 qcow2_create_refcount_update(s, s->refcount_table_offset,
1008 lseek(fd, s->refcount_table_offset, SEEK_SET);
/external/e2fsprogs/misc/
H A De2image.c843 ref->refcount_table_offset = table_offset;
908 header->refcount_table_offset = ext2fs_cpu_to_be64(offset);
1112 seek_set(fd, ref->refcount_table_offset);

Completed in 134 milliseconds