Home
last modified time | relevance | path

Searched refs:bdrv_co_pdiscard (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dcopy-on-read.c105 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
132 .bdrv_co_pdiscard = cor_co_pdiscard,
H A Dfilter-compress.c97 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard()
142 .bdrv_co_pdiscard = compress_co_pdiscard,
H A Dblkreplay.c112 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dcopy-on-read.c105 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
132 .bdrv_co_pdiscard = cor_co_pdiscard,
H A Dfilter-compress.c97 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard()
142 .bdrv_co_pdiscard = compress_co_pdiscard,
H A Dblkreplay.c112 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dcopy-on-read.c105 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
139 .bdrv_co_pdiscard = cor_co_pdiscard,
H A Dblkreplay.c112 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
H A Dbackup-top.c68 return bdrv_co_pdiscard(bs->backing, offset, bytes); in backup_top_co_pdiscard()
168 .bdrv_co_pdiscard = backup_top_co_pdiscard,
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dfilter-compress.c99 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard()
144 .bdrv_co_pdiscard = compress_co_pdiscard,
H A Dblkreplay.c111 int ret = bdrv_co_pdiscard(bs->file, offset, bytes);
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
H A Dcopy-before-write.c74 return bdrv_co_pdiscard(bs->file, offset, bytes); in cbw_co_pdiscard()
204 .bdrv_co_pdiscard = cbw_co_pdiscard,
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dfilter-compress.c98 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard()
143 .bdrv_co_pdiscard = compress_co_pdiscard,
H A Dblkreplay.c111 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dfilter-compress.c98 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard()
143 .bdrv_co_pdiscard = compress_co_pdiscard,
H A Dcopy-on-read.c106 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
143 .bdrv_co_pdiscard = cor_co_pdiscard,
H A Dblkreplay.c113 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
149 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dcopy-on-read.c105 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
139 .bdrv_co_pdiscard = cor_co_pdiscard,
H A Dblkreplay.c112 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
H A Dbackup-top.c68 return bdrv_co_pdiscard(bs->backing, offset, bytes); in backup_top_co_pdiscard()
168 .bdrv_co_pdiscard = backup_top_co_pdiscard,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dfilter-compress.c98 return bdrv_co_pdiscard(bs->file, offset, bytes); in compress_co_pdiscard()
143 .bdrv_co_pdiscard = compress_co_pdiscard,
H A Dblkreplay.c111 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
147 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
H A Dcopy-on-read.c205 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
257 .bdrv_co_pdiscard = cor_co_pdiscard,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dblkreplay.c112 int ret = bdrv_co_pdiscard(bs->file, offset, bytes); in blkreplay_co_pdiscard()
141 .bdrv_co_pdiscard = blkreplay_co_pdiscard,
H A Dcopy-on-read.c114 return bdrv_co_pdiscard(bs->file, offset, bytes); in cor_co_pdiscard()
149 .bdrv_co_pdiscard = cor_co_pdiscard,

12345678