/openbmc/qemu/block/ |
H A D | filter-compress.c | 98 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard() 146 .bdrv_co_pdiscard = compress_co_pdiscard,
|
H A D | blkreplay.c | 113 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard() 155 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
|
H A D | copy-on-read.c | 207 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard() 264 .bdrv_co_pdiscard = cor_co_pdiscard,
|
H A D | throttle.c | 155 return bdrv_co_pdiscard(bs->file, offset, bytes); in throttle_co_pdiscard() 257 .bdrv_co_pdiscard = throttle_co_pdiscard,
|
H A D | copy-before-write.c | 162 return bdrv_co_pdiscard(bs->file, offset, bytes); in cbw_co_pdiscard() 347 return bdrv_co_pdiscard(s->target, aligned_offset, aligned_bytes); in cbw_co_pdiscard_snapshot() 534 .bdrv_co_pdiscard = cbw_co_pdiscard,
|
H A D | snapshot-access.c | 122 .bdrv_co_pdiscard = snapshot_access_co_pdiscard,
|
H A D | preallocate.c | 289 return bdrv_co_pdiscard(bs->file, offset, bytes); in preallocate_co_pdiscard() 612 .bdrv_co_pdiscard = preallocate_co_pdiscard,
|
H A D | blklogwrites.c | 547 return bdrv_co_pdiscard(fr->bs->file, fr->offset, fr->bytes); in blk_log_writes_co_do_file_pdiscard() 604 .bdrv_co_pdiscard = blk_log_writes_co_pdiscard,
|
H A D | raw-format.c | 319 return bdrv_co_pdiscard(bs->file, offset, bytes); in raw_co_pdiscard() 652 .bdrv_co_pdiscard = &raw_co_pdiscard,
|
H A D | gluster.c | 1567 .bdrv_co_pdiscard = qemu_gluster_co_pdiscard, 1596 .bdrv_co_pdiscard = qemu_gluster_co_pdiscard, 1625 .bdrv_co_pdiscard = qemu_gluster_co_pdiscard,
|
H A D | blkdebug.c | 750 return bdrv_co_pdiscard(bs->file, offset, bytes); in blkdebug_co_pdiscard() 1089 .bdrv_co_pdiscard = blkdebug_co_pdiscard,
|
H A D | parallels.c | 568 ret = bdrv_co_pdiscard(bs->file, host_off, s->cluster_size); in parallels_co_pdiscard() 1476 .bdrv_co_pdiscard = parallels_co_pdiscard,
|
H A D | nbd.c | 2156 .bdrv_co_pdiscard = nbd_client_co_pdiscard, 2184 .bdrv_co_pdiscard = nbd_client_co_pdiscard, 2212 .bdrv_co_pdiscard = nbd_client_co_pdiscard,
|
H A D | io.c | 3072 int coroutine_fn bdrv_co_pdiscard(BdrvChild *child, int64_t offset, in bdrv_co_pdiscard() function 3101 if (!bs->drv->bdrv_co_pdiscard && !bs->drv->bdrv_aio_pdiscard) { in bdrv_co_pdiscard() 3160 if (bs->drv->bdrv_co_pdiscard) { in bdrv_co_pdiscard() 3161 ret = bs->drv->bdrv_co_pdiscard(bs, offset, num); in bdrv_co_pdiscard()
|
H A D | mirror.c | 1553 ret = bdrv_co_pdiscard(bs->backing, offset, bytes); in bdrv_mirror_top_do_write() 1700 .bdrv_co_pdiscard = bdrv_mirror_top_pdiscard,
|
H A D | blkio.c | 1100 .bdrv_co_pdiscard = blkio_co_pdiscard, \
|
H A D | block-copy.c | 615 bdrv_co_pdiscard(s->source, t->req.offset, nbytes); in block_copy_task_entry()
|
H A D | iscsi.c | 2446 .bdrv_co_pdiscard = iscsi_co_pdiscard, 2485 .bdrv_co_pdiscard = iscsi_co_pdiscard,
|
H A D | rbd.c | 1836 .bdrv_co_pdiscard = qemu_rbd_co_pdiscard,
|
H A D | nvme.c | 1643 .bdrv_co_pdiscard = nvme_co_pdiscard,
|
H A D | file-posix.c | 3905 .bdrv_co_pdiscard = raw_co_pdiscard, 4269 .bdrv_co_pdiscard = hdev_co_pdiscard,
|
H A D | block-backend.c | 1785 return bdrv_co_pdiscard(blk->root, offset, bytes); in blk_co_do_pdiscard()
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 112 int coroutine_fn GRAPH_RDLOCK bdrv_co_pdiscard(BdrvChild *child, int64_t offset,
|
H A D | block_int-common.h | 575 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_pdiscard)( member
|
/openbmc/qemu/tests/unit/ |
H A D | test-block-iothread.c | 81 .bdrv_co_pdiscard = bdrv_test_co_pdiscard,
|