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

  /external/qemu/block/
cow.c 314 .bdrv_is_allocated = cow_is_allocated,
qcow.c 959 .bdrv_is_allocated = qcow_is_allocated,
vmdk.c 861 .bdrv_is_allocated = vmdk_is_allocated,
vvfat.c     [all...]
qcow2.c 303 /* FIXME We can get errors here, but the bdrv_is_allocated interface can't
    [all...]
  /external/qemu/
block_int.h 63 int (*bdrv_is_allocated)(BlockDriverState *bs, int64_t sector_num, member in struct:BlockDriver
block.h 150 int bdrv_is_allocated(BlockDriverState *bs, int64_t sector_num, int nb_sectors,
block.c 797 if (drv->bdrv_is_allocated(bs, sector, COMMIT_BUF_SECTORS, &n)) {
1498 int bdrv_is_allocated(BlockDriverState *bs, int64_t sector_num, int nb_sectors, function
    [all...]
qemu-io.c 1510 ret = bdrv_is_allocated(bs, offset >> 9, nb_sectors, &num);
    [all...]

Completed in 49 milliseconds