Searched refs:bdrv_co_is_allocated (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | copy-on-read.c | 153 ret = bdrv_co_is_allocated(bs->file->bs, offset, bytes, &n); in cor_co_preadv_part()
|
H A D | stream.c | 193 ret = bdrv_co_is_allocated(unfiltered_bs, offset, STREAM_CHUNK, &n); in stream_run()
|
H A D | block-copy.c | 672 ret = bdrv_co_is_allocated(bs, offset, bytes, &count); in block_copy_is_cluster_allocated()
|
H A D | io.c | 1222 ret = bdrv_co_is_allocated(bs, align_offset, in bdrv_co_do_copy_on_readv() 1370 ret = bdrv_co_is_allocated(bs, offset, bytes, &pnum); in bdrv_aligned_preadv() 2774 int coroutine_fn bdrv_co_is_allocated(BlockDriverState *bs, int64_t offset, in bdrv_co_is_allocated() function
|
H A D | vvfat.c | 1487 ret = bdrv_co_is_allocated(s->qcow->bs, sector_num * BDRV_SECTOR_SIZE, in vvfat_read() 1813 was_modified = bdrv_co_is_allocated(s->qcow->bs, in cluster_was_modified() 1969 res = bdrv_co_is_allocated(s->qcow->bs, in get_cluster_count_for_direntry()
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 147 bdrv_co_is_allocated(BlockDriverState *bs, int64_t offset, int64_t bytes,
|