Home
last modified time | relevance | path

Searched refs:supported_write_flags (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/block/
H A Dfilter-compress.c49 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED | in compress_open()
50 (BDRV_REQ_FUA & bs->file->bs->supported_write_flags); in compress_open()
H A Dcopy-on-read.c58 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED | in cor_open()
59 (BDRV_REQ_FUA & bs->file->bs->supported_write_flags); in cor_open()
H A Dthrottle.c90 bs->supported_write_flags = bs->file->bs->supported_write_flags | in throttle_open()
H A Dblkreplay.c35 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in blkreplay_open()
H A Dpreallocate.c166 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED | in preallocate_open()
167 (BDRV_REQ_FUA & bs->file->bs->supported_write_flags); in preallocate_open()
H A Dcopy-before-write.c474 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED | in cbw_open()
475 (BDRV_REQ_FUA & bs->file->bs->supported_write_flags); in cbw_open()
H A Dnull.c99 bs->supported_write_flags = BDRV_REQ_FUA; in null_open()
H A Draw-format.c504 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED | in raw_open()
505 (BDRV_REQ_FUA & bs->file->bs->supported_write_flags); in raw_open()
H A Dblkverify.c141 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in blkverify_open()
H A Dcrypto.c352 bs->supported_write_flags = BDRV_REQ_FUA & in block_crypto_open_generic()
353 bs->file->bs->supported_write_flags; in block_crypto_open_generic()
H A Dblkdebug.c513 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED | in blkdebug_open()
514 (BDRV_REQ_FUA & bs->file->bs->supported_write_flags); in blkdebug_open()
H A Dio.c1066 (~bs->supported_write_flags & BDRV_REQ_FUA)) { in bdrv_driver_pwritev()
1071 flags &= bs->supported_write_flags; in bdrv_driver_pwritev()
1925 !(bs->supported_write_flags & BDRV_REQ_FUA)) { in bdrv_co_do_pwrite_zeroes()
2124 !(bs->supported_write_flags & BDRV_REQ_FUA)) { in bdrv_aligned_pwritev()
H A Dnvme.c632 bs->supported_write_flags |= BDRV_REQ_MAY_UNMAP; in nvme_identify()
1016 bs->supported_write_flags = BDRV_REQ_FUA; in nvme_open()
H A Dblkio.c901 bs->supported_write_flags = BDRV_REQ_FUA | BDRV_REQ_REGISTERED_BUF; in blkio_open()
H A Dfile-posix.c829 bs->supported_write_flags = BDRV_REQ_FUA; in raw_open_common()
831 bs->supported_write_flags &= ~BDRV_REQ_FUA; in raw_open_common()
833 bs->supported_write_flags &= ~BDRV_REQ_FUA; in raw_open_common()
H A Dquorum.c1032 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in quorum_open()
H A Dnbd.c302 bs->supported_write_flags = BDRV_REQ_FUA; in nbd_handle_updated_info()
H A Dmirror.c1894 mirror_top_bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in mirror_start_job()
H A Discsi.c1910 bs->supported_write_flags = BDRV_REQ_FUA; in iscsi_open()
/openbmc/qemu/include/block/
H A Dblock_int-common.h562 * @flags: zero or more bits allowed by 'supported_write_flags'
1173 BdrvRequestFlags supported_write_flags;
1161 BdrvRequestFlags supported_write_flags; global() member
/openbmc/qemu/
H A Dblock.c1695 assert(!(bs->supported_write_flags & ~BDRV_REQ_MASK)); in bdrv_open_driver()
1706 bs->supported_write_flags |= BDRV_REQ_REGISTERED_BUF; in bdrv_open_driver()