Home
last modified time | relevance | path

Searched refs:qcow (Results 1 – 3 of 3) sorted by relevance

/external/qemu/block/
Dvvfat.c347 BlockDriverState* qcow; member
1024 s->qcow = s->write_target = NULL; in vvfat_open()
1292 if (s->qcow) { in vvfat_read()
1294 if (s->qcow->drv->bdrv_is_allocated(s->qcow, in vvfat_read()
1297 if (s->qcow->drv->bdrv_read(s->qcow, sector_num, buf+i*0x200, n)) in vvfat_read()
1541 if (s->qcow == NULL) in cluster_was_modified()
1545 was_modified = s->qcow->drv->bdrv_is_allocated(s->qcow, in cluster_was_modified()
1618 if (s->qcow) { in get_cluster_count_for_direntry()
1646 if (s->qcow) { in get_cluster_count_for_direntry()
1695 if (!s->qcow->drv->bdrv_is_allocated(s->qcow, in get_cluster_count_for_direntry()
[all …]
/external/qemu/
DMakefile.android573 block/qcow.c \
DChangelog286 - New 'qcow' growable disk image support with AES encryption and