Home | History | Annotate | Download | only in block

Lines Matching refs:refcount_table_offset

157     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);