Home
last modified time | relevance | path

Searched refs:bdrv_is_allocated (Results 1 – 9 of 9) sorted by relevance

/external/qemu/
Dblock_int.h63 int (*bdrv_is_allocated)(BlockDriverState *bs, int64_t sector_num, member
Dblock.h150 int bdrv_is_allocated(BlockDriverState *bs, int64_t sector_num, int nb_sectors,
Dblock.c797 if (drv->bdrv_is_allocated(bs, sector, COMMIT_BUF_SECTORS, &n)) { in bdrv_commit()
1498 int bdrv_is_allocated(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in bdrv_is_allocated() function
1502 if (!bs->drv->bdrv_is_allocated) { in bdrv_is_allocated()
1511 return bs->drv->bdrv_is_allocated(bs, sector_num, nb_sectors, pnum); in bdrv_is_allocated()
Dqemu-io.c1510 ret = bdrv_is_allocated(bs, offset >> 9, nb_sectors, &num); in alloc_f()
1552 ret = bdrv_is_allocated(bs, offset, num_checked, &num); in map_f()
/external/qemu/block/
Dcow.c314 .bdrv_is_allocated = cow_is_allocated,
Dvvfat.c1299 if (s->qcow->drv->bdrv_is_allocated(s->qcow, in vvfat_read()
1550 was_modified = s->qcow->drv->bdrv_is_allocated(s->qcow, in cluster_was_modified()
1700 if (!s->qcow->drv->bdrv_is_allocated(s->qcow, in get_cluster_count_for_direntry()
2838 .bdrv_is_allocated = vvfat_is_allocated,
Dvmdk.c861 .bdrv_is_allocated = vmdk_is_allocated,
Dqcow.c959 .bdrv_is_allocated = qcow_is_allocated,
Dqcow2.c1340 .bdrv_is_allocated = qcow_is_allocated,