/qemu/block/ |
A D | reqlist.c | 21 int64_t bytes) in reqlist_init_req() 32 int64_t bytes) in reqlist_find_conflict() 46 int64_t bytes, CoMutex *lock) in reqlist_wait_one() 60 int64_t bytes, CoMutex *lock) in reqlist_wait_all()
|
A D | snapshot-access.c | 31 int64_t offset, int64_t bytes, in snapshot_access_co_preadv_part() 45 int64_t bytes, int64_t *pnum, in snapshot_access_co_block_status() 53 snapshot_access_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in snapshot_access_co_pdiscard() 60 int64_t offset, int64_t bytes, in snapshot_access_co_pwrite_zeroes() 68 int64_t offset, int64_t bytes, in snapshot_access_co_pwritev_part()
|
A D | filter-compress.c | 68 compress_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_preadv_part() 78 compress_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwritev_part() 88 compress_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwrite_zeroes() 96 compress_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in compress_co_pdiscard()
|
A D | io.c | 903 int64_t target_size, bytes, offset = 0; in bdrv_make_zero() local 1764 int64_t offset, int64_t bytes, QEMUIOVector *qiov, in bdrv_co_preadv() 1772 int64_t offset, int64_t bytes, in bdrv_co_preadv_part() 2217 int64_t offset, int64_t bytes, QEMUIOVector *qiov, in bdrv_co_pwritev() 2387 int64_t offset, int64_t bytes, in bdrv_co_do_block_status() 2628 int64_t bytes, in bdrv_co_common_block_status_above() 2754 int64_t bytes) in bdrv_co_is_zero_fast() 3073 int64_t bytes) in bdrv_co_pdiscard() 3392 int64_t dst_offset, int64_t bytes, in bdrv_co_copy_range_internal() 3475 int64_t bytes, in bdrv_co_copy_range_from() [all …]
|
A D | copy-on-read.c | 135 cor_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_preadv_part() 187 cor_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_part() 197 cor_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwrite_zeroes() 205 cor_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cor_co_pdiscard() 212 cor_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_compressed()
|
A D | copy-before-write.c | 84 cbw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv() 107 uint64_t offset, uint64_t bytes, BdrvRequestFlags flags) in cbw_do_copy_before_write() 155 cbw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard() 166 cbw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwrite_zeroes() 178 int cbw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwritev() 209 cbw_snapshot_read_lock(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_snapshot_read_lock() 262 cbw_co_preadv_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv_snapshot() 295 bool want_zero, int64_t offset, int64_t bytes, in cbw_co_snapshot_block_status() 327 cbw_co_pdiscard_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard_snapshot()
|
A D | dirty-bitmap.c | 341 void bdrv_dirty_bitmap_truncate(BlockDriverState *bs, int64_t bytes) in bdrv_dirty_bitmap_truncate() 544 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap_locked() 551 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap() 560 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap_locked() 567 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap() 625 uint64_t bytes) in bdrv_dirty_bitmap_serialize_part() 632 uint64_t bytes, bool finish) in bdrv_dirty_bitmap_deserialize_part() 645 uint64_t offset, uint64_t bytes, in bdrv_dirty_bitmap_deserialize_ones() 779 int64_t bytes) in bdrv_dirty_bitmap_next_dirty() 785 int64_t bytes) in bdrv_dirty_bitmap_next_zero() [all …]
|
A D | throttle.c | 119 throttle_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_preadv() 130 throttle_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwritev() 140 throttle_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwrite_zeroes() 150 throttle_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in throttle_co_pdiscard() 160 int64_t bytes, QEMUIOVector *qiov) in throttle_co_pwritev_compressed()
|
A D | blkreplay.c | 74 blkreplay_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_preadv() 86 blkreplay_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_pwritev() 98 blkreplay_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_pwrite_zeroes() 110 blkreplay_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkreplay_co_pdiscard()
|
A D | block-copy.c | 53 int64_t bytes; member 190 int64_t offset, int64_t bytes) in block_copy_task_create() 502 block_copy_do_copy(BlockCopyState *s, int64_t offset, int64_t bytes, in block_copy_do_copy() 623 int block_copy_block_status(BlockCopyState *s, int64_t offset, int64_t bytes, in block_copy_block_status() 665 int64_t bytes = s->len - offset; in block_copy_is_cluster_allocated() local 699 void block_copy_reset(BlockCopyState *s, int64_t offset, int64_t bytes) in block_copy_reset() 722 int64_t clusters, bytes; in block_copy_reset_unallocated() local 751 int64_t bytes = call_state->bytes; in block_copy_dirty_clusters() local 939 int coroutine_fn block_copy(BlockCopyState *s, int64_t start, int64_t bytes, in block_copy() 973 int64_t offset, int64_t bytes, in block_copy_async()
|
A D | null.c | 120 int64_t offset, int64_t bytes, in null_co_preadv() 134 int64_t offset, int64_t bytes, in null_co_pwritev() 193 int64_t offset, int64_t bytes, in null_aio_preadv() 208 int64_t offset, int64_t bytes, in null_aio_pwritev() 231 int64_t bytes, int64_t *pnum, in null_co_block_status()
|
A D | raw-format.c | 190 int64_t bytes, bool is_write) in raw_adjust_offset() 210 raw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_preadv() 225 raw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwritev() 287 int64_t bytes, int64_t *pnum, int64_t *map, in raw_co_block_status() 298 raw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwrite_zeroes() 311 raw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in raw_co_pdiscard() 577 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_from() 594 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_to()
|
A D | preallocate.c | 278 preallocate_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in preallocate_co_preadv_part() 287 preallocate_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in preallocate_co_pdiscard() 322 handle_write(BlockDriverState *bs, int64_t offset, int64_t bytes, in handle_write() 400 int64_t bytes, BdrvRequestFlags flags) in preallocate_co_pwrite_zeroes() 412 preallocate_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in preallocate_co_pwritev_part()
|
A D | blkverify.c | 33 uint64_t bytes; member 197 uint64_t bytes, QEMUIOVector *qiov, QEMUIOVector *raw_qiov, in blkverify_co_prwv() 232 blkverify_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkverify_co_preadv() 261 blkverify_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkverify_co_pwritev()
|
A D | mirror.c | 109 uint64_t bytes; member 147 uint64_t bytes) in mirror_wait_on_conflicts() 275 int64_t bytes) in mirror_clip_bytes() 283 uint64_t *bytes) in mirror_cow_align() 438 unsigned bytes, MirrorMethod mirror_method) in mirror_perform() 859 int bytes = MIN(s->bdev_length - offset, in mirror_dirty_init() local 887 int bytes = MIN(s->bdev_length - offset, in mirror_dirty_init() local 1339 uint64_t offset, uint64_t bytes, in do_sync_target_write() 1450 uint64_t bytes) in active_write_prepare() 1517 bdrv_mirror_top_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_mirror_top_preadv() [all …]
|
/qemu/scripts/ |
A D | u2f-setup-gen.py | 24 def write_setup_dir(dirpath: str, privkey_pem: bytes, cert_pem: bytes, 25 entropy: bytes, counter: int) -> None:
|
/qemu/util/ |
A D | iov.c | 45 size_t offset, void *buf, size_t bytes) in iov_to_buf_full() 64 size_t offset, int fillc, size_t bytes) in iov_memset() 147 size_t offset, size_t bytes, in iov_send_recv() 262 size_t offset, size_t bytes) in iov_copy() 496 void *buf, size_t bytes) in qemu_iovec_to_buf() 502 const void *buf, size_t bytes) in qemu_iovec_from_buf() 508 int fillc, size_t bytes) in qemu_iovec_memset() 629 size_t bytes, in iov_discard_front_undoable() 662 size_t bytes) in iov_discard_front() 669 size_t bytes, in iov_discard_back_undoable() [all …]
|
A D | qemu-coroutine-io.c | 33 size_t offset, size_t bytes, bool do_send) in qemu_co_sendv_recvv() 62 qemu_co_send_recv(int sockfd, void *buf, size_t bytes, bool do_send) in qemu_co_send_recv()
|
/qemu/tests/qemu-iotests/ |
A D | fat16.py | 29 def __init__(self, data: bytes): 62 def __init__(self, data: bytes): 141 def __init__(self, data: bytes, sector: int, offset: int): 215 sector_writer: Callable[[int, bytes], None] argument 236 def write_sectors(self, start_sector: int, data: bytes) -> None: 240 self, data: bytes, start_sector: int 364 def write_cluster(self, cluster: int, data: bytes) -> None: 399 def find_free_entry(data: bytes) -> Optional[int]: 614 def write_file(self, entry: FatDirectoryEntry, data: bytes) -> None:
|
/qemu/include/qemu/ |
A D | iov.h | 43 size_t offset, const void *buf, size_t bytes) in iov_from_buf() 56 size_t offset, void *buf, size_t bytes) in iov_to_buf() 125 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ argument 127 #define iov_send(sockfd, iov, iov_cnt, offset, bytes) \ argument
|
A D | coroutine.h | 296 #define qemu_co_recvv(sockfd, iov, iov_cnt, offset, bytes) \ argument 298 #define qemu_co_sendv(sockfd, iov, iov_cnt, offset, bytes) \ argument 306 #define qemu_co_recv(sockfd, buf, bytes) \ argument 308 #define qemu_co_send(sockfd, buf, bytes) \ argument
|
/qemu/python/qemu/utils/ |
A D | qom_fuse.py | 132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes: 159 fh: Optional[IO[bytes]] = None) -> Mapping[str, object]: 203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]:
|
/qemu/python/qemu/qmp/ |
A D | message.py | 63 value: Union[bytes, Mapping[str, object]] = b'{}', *, 145 def _deserialize(cls, data: bytes) -> Dict[str, object]: 180 def __init__(self, error_message: str, raw: bytes):
|
/qemu/include/block/ |
A D | block_int-io.h | 61 int64_t offset, int64_t bytes, void *buf, BdrvRequestFlags flags) in bdrv_co_pread() 71 int64_t offset, int64_t bytes, const void *buf, BdrvRequestFlags flags) in bdrv_co_pwrite()
|
/qemu/include/sysemu/ |
A D | cryptodev.h | 285 #define CryptodevSymStatInc(be, op, bytes) do { \ argument 290 #define CryptodevSymStatIncEncrypt(be, bytes) \ argument 293 #define CryptodevSymStatIncDecrypt(be, bytes) \ argument 296 #define CryptodevAsymStatInc(be, op, bytes) do { \ argument 301 #define CryptodevAsymStatIncEncrypt(be, bytes) \ argument 304 #define CryptodevAsymStatIncDecrypt(be, bytes) \ argument 307 #define CryptodevAsymStatIncSign(be, bytes) \ argument 310 #define CryptodevAsymStatIncVerify(be, bytes) \ argument
|