HomeSort by relevance Sort by last modified time
    Searched refs:qcow2_create_refcount_update (Results 1 - 3 of 3) sorted by null

  /external/qemu/block/
qcow2.h 183 void qcow2_create_refcount_update(QCowCreateState *s, int64_t offset,
qcow2.c 953 qcow2_create_refcount_update(s, 0, header_size);
954 qcow2_create_refcount_update(s, s->l1_table_offset,
956 qcow2_create_refcount_update(s, s->refcount_table_offset,
958 qcow2_create_refcount_update(s, s->refcount_block_offset,
    [all...]
qcow2-refcount.c 726 void qcow2_create_refcount_update(QCowCreateState *s, int64_t offset, function
    [all...]

Completed in 543 milliseconds