Home
last modified time | relevance | path

Searched refs:write_flags (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/block/
H A Dblock-copy.c131 BdrvRequestFlags write_flags; member
289 s->write_flags = (s->write_flags & BDRV_REQ_SERIALISING) | in block_copy_set_copy_opts()
432 .write_flags = (is_fleecing ? BDRV_REQ_SERIALISING : 0), in block_copy_state_new()
519 ret = bdrv_co_pwrite_zeroes(s->target, offset, nbytes, s->write_flags & in block_copy_do_copy()
530 0, s->write_flags); in block_copy_do_copy()
563 s->write_flags); in block_copy_do_copy()
H A Dio.c1925 BdrvRequestFlags write_flags = flags & ~BDRV_REQ_ZERO_WRITE; in bdrv_co_do_pwrite_zeroes() local
1931 write_flags &= ~BDRV_REQ_FUA; in bdrv_co_do_pwrite_zeroes()
1944 ret = bdrv_driver_pwritev(bs, offset, num, &qiov, 0, write_flags); in bdrv_co_do_pwrite_zeroes()
3451 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags, in bdrv_co_copy_range_internal() argument
3460 assert(!(write_flags & BDRV_REQ_NO_FALLBACK)); in bdrv_co_copy_range_internal()
3462 assert(!(write_flags & BDRV_REQ_NO_WAIT)); in bdrv_co_copy_range_internal()
3471 if (write_flags & BDRV_REQ_ZERO_WRITE) { in bdrv_co_copy_range_internal()
3472 return bdrv_co_pwrite_zeroes(dst, dst_offset, bytes, write_flags); in bdrv_co_copy_range_internal()
3502 read_flags, write_flags); in bdrv_co_copy_range_internal()
3511 write_flags); in bdrv_co_copy_range_internal()
[all …]
H A Draw-format.c578 BdrvRequestFlags write_flags) in raw_co_copy_range_from() argument
587 bytes, read_flags, write_flags); in raw_co_copy_range_from()
595 BdrvRequestFlags write_flags) in raw_co_copy_range_to() argument
604 read_flags, write_flags); in raw_co_copy_range_to()
H A Dtrace-events18 …set, void *dst, int64_t dst_offset, int64_t bytes, int read_flags, int write_flags) "src %p offset…
19 …set, void *dst, int64_t dst_offset, int64_t bytes, int read_flags, int write_flags) "src %p offset…
H A Discsi.c2200 BdrvRequestFlags write_flags) in iscsi_co_copy_range_from() argument
2203 read_flags, write_flags); in iscsi_co_copy_range_from()
2339 BdrvRequestFlags write_flags) in iscsi_co_copy_range_to() argument
H A Dblock-backend.c2817 BdrvRequestFlags write_flags) in blk_co_copy_range() argument
2834 bytes, read_flags, write_flags); in blk_co_copy_range()
H A Dqcow2.c4153 BdrvRequestFlags write_flags) in qcow2_co_copy_range_from() argument
4169 cur_write_flags = write_flags; in qcow2_co_copy_range_from()
4236 BdrvRequestFlags write_flags) in qcow2_co_copy_range_to() argument
4272 cur_bytes, read_flags, write_flags); in qcow2_co_copy_range_to()
H A Dfile-posix.c3951 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags) in raw_co_copy_range_from() argument
3954 read_flags, write_flags); in raw_co_copy_range_from()
3962 BdrvRequestFlags write_flags) in raw_co_copy_range_to() argument
/openbmc/qemu/include/block/
H A Dblock_int-io.h120 BdrvRequestFlags write_flags);
125 BdrvRequestFlags write_flags);
H A Dblock_int-common.h599 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags);
613 BdrvRequestFlags read_flags, BdrvRequestFlags write_flags);
H A Dblock-io.h331 BdrvRequestFlags write_flags);
/openbmc/qemu/migration/
H A Dmultifd.h199 int write_flags; member
H A Dmultifd-nocomp.c69 p->write_flags |= QIO_CHANNEL_WRITE_FLAG_ZERO_COPY; in multifd_nocomp_send_setup()
H A Dmultifd.c726 p->write_flags & ~write_flags_masked, in multifd_send_thread()
960 p->write_flags = 0; in multifd_send_setup()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1031 unsigned int index, read_flags, write_flags; in tlb_set_page_full() local
1077 write_flags = read_flags; in tlb_set_page_full()
1087 write_flags |= TLB_DISCARD_WRITE; in tlb_set_page_full()
1089 write_flags |= TLB_NOTDIRTY; in tlb_set_page_full()
1100 write_flags |= TLB_MMIO; in tlb_set_page_full()
1102 read_flags = write_flags; in tlb_set_page_full()
1174 write_flags |= TLB_INVALID_MASK; in tlb_set_page_full()
1177 write_flags |= TLB_WATCHPOINT; in tlb_set_page_full()
1179 tlb_set_compare(full, &tn, addr_page, write_flags, in tlb_set_page_full()
/openbmc/qemu/include/system/
H A Dblock-backend-io.h126 BdrvRequestFlags write_flags);
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h833 uint32_t write_flags; member
/openbmc/qemu/
H A Dqemu-img.c3652 BdrvRequestFlags write_flags = 0; in img_rebase() local
3827 write_flags |= BDRV_REQ_WRITE_COMPRESSED; in img_rebase()
4107 buf_old + written, write_flags); in img_rebase()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch10690 + .global write_flags @ export this function for the linker
10692 + /* void write_flags(uint32_t flags) */
10693 +write_flags:
10833 +void write_flags(unsigned int flags);