/openbmc/qemu/block/ |
H A D | preallocate.c | 340 s->data_end = bdrv_co_getlength(bs->file->bs); in handle_write() 362 s->file_end = bdrv_co_getlength(bs->file->bs); in handle_write() 433 s->file_end = bdrv_co_getlength(bs->file->bs); in preallocate_co_truncate() 504 ret = bdrv_co_getlength(bs->file->bs); in preallocate_co_getlength() 601 .bdrv_co_getlength = preallocate_co_getlength,
|
H A D | filter-compress.c | 63 return bdrv_co_getlength(bs->file->bs); in compress_co_getlength() 141 .bdrv_co_getlength = compress_co_getlength,
|
H A D | blkreplay.c | 46 return bdrv_co_getlength(bs->file->bs); in blkreplay_co_getlength() 149 .bdrv_co_getlength = blkreplay_co_getlength,
|
H A D | copy-on-read.c | 130 return bdrv_co_getlength(bs->file->bs); in cor_co_getlength() 259 .bdrv_co_getlength = cor_co_getlength,
|
H A D | throttle.c | 115 return bdrv_co_getlength(bs->file->bs); in throttle_co_getlength() 251 .bdrv_co_getlength = throttle_co_getlength,
|
H A D | null.c | 288 .bdrv_co_getlength = null_co_getlength, 309 .bdrv_co_getlength = null_co_getlength,
|
H A D | blkverify.c | 165 return bdrv_co_getlength(s->test_file->bs); in blkverify_co_getlength() 327 .bdrv_co_getlength = blkverify_co_getlength,
|
H A D | curl.c | 1031 .bdrv_co_getlength = curl_co_getlength, 1050 .bdrv_co_getlength = curl_co_getlength, 1069 .bdrv_co_getlength = curl_co_getlength, 1088 .bdrv_co_getlength = curl_co_getlength,
|
H A D | blklogwrites.c | 309 return bdrv_co_getlength(bs->file->bs); in blk_log_writes_co_getlength() 596 .bdrv_co_getlength = blk_log_writes_co_getlength,
|
H A D | raw-format.c | 352 len = bdrv_co_getlength(bs->file->bs); in raw_co_getlength() 660 .bdrv_co_getlength = &raw_co_getlength,
|
H A D | replication.c | 185 return bdrv_co_getlength(bs->file->bs); in replication_co_getlength() 737 .bdrv_co_getlength = replication_co_getlength,
|
H A D | qcow.c | 378 l2_offset = bdrv_co_getlength(bs->file->bs); in get_cluster_offset() 453 cluster_offset = bdrv_co_getlength(bs->file->bs); in get_cluster_offset() 466 cluster_offset = bdrv_co_getlength(bs->file->bs); in get_cluster_offset()
|
H A D | gluster.c | 1560 .bdrv_co_getlength = qemu_gluster_co_getlength, 1589 .bdrv_co_getlength = qemu_gluster_co_getlength, 1618 .bdrv_co_getlength = qemu_gluster_co_getlength,
|
H A D | quorum.c | 775 result = bdrv_co_getlength(s->children[0]->bs); in quorum_co_getlength() 780 int64_t value = bdrv_co_getlength(s->children[i]->bs); in quorum_co_getlength() 1293 .bdrv_co_getlength = quorum_co_getlength,
|
H A D | stream.c | 171 len = bdrv_co_getlength(s->target_bs); in stream_run()
|
H A D | file-win32.c | 764 .bdrv_co_getlength = raw_co_getlength, 934 .bdrv_co_getlength = raw_co_getlength,
|
H A D | crypto.c | 606 int64_t len = bdrv_co_getlength(bs->file->bs); in block_crypto_co_getlength() 1081 .bdrv_co_getlength = block_crypto_co_getlength,
|
H A D | blkdebug.c | 974 return bdrv_co_getlength(bs->file->bs); in blkdebug_co_getlength() 1081 .bdrv_co_getlength = blkdebug_co_getlength,
|
H A D | io.c | 1385 total_bytes = bdrv_co_getlength(bs); in bdrv_aligned_preadv() 2402 total_size = bdrv_co_getlength(bs); in bdrv_co_do_block_status() 2560 int64_t size2 = bdrv_co_getlength(cow_bs); in bdrv_co_do_block_status() 3567 old_size = bdrv_co_getlength(bs); in bdrv_co_truncate() 3618 backing_len = bdrv_co_getlength(backing->bs); in bdrv_co_truncate()
|
H A D | parallels.c | 707 size = bdrv_co_getlength(bs->file->bs); in parallels_check_outside_image() 749 size = bdrv_co_getlength(bs->file->bs); in parallels_check_leak()
|
H A D | nbd.c | 2159 .bdrv_co_getlength = nbd_co_getlength, 2187 .bdrv_co_getlength = nbd_co_getlength, 2215 .bdrv_co_getlength = nbd_co_getlength,
|
H A D | qcow2-refcount.c | 1540 file_len = bdrv_co_getlength(bs->file->bs); in qcow2_inc_refcounts_imrt() 2136 size = bdrv_co_getlength(bs->file->bs); in check_refblocks() 2792 size = bdrv_co_getlength(bs->file->bs); in qcow2_check_refcounts() 3726 file_length = bdrv_co_getlength(bs->file->bs); in qcow2_detect_metadata_preallocation()
|
H A D | qed.c | 430 file_size = bdrv_co_getlength(bs->file->bs); in bdrv_qed_do_open() 1665 .bdrv_co_getlength = bdrv_qed_co_getlength,
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 83 int64_t coroutine_fn GRAPH_RDLOCK bdrv_co_getlength(BlockDriverState *bs);
|
H A D | block_int-common.h | 711 int64_t coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_getlength)( member
|