Home
last modified time | relevance | path

Searched refs:supported_write_flags (Results 1 – 20 of 20) 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 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 Dnull.c99 bs->supported_write_flags = BDRV_REQ_FUA; in null_open()
H A Dblkverify.c141 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in blkverify_open()
H A Dcrypto.c338 bs->supported_write_flags = BDRV_REQ_FUA & in block_crypto_open_generic()
339 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.c1062 (~bs->supported_write_flags & BDRV_REQ_FUA)) { in bdrv_driver_pwritev()
1067 flags &= bs->supported_write_flags; in bdrv_driver_pwritev()
1921 !(bs->supported_write_flags & BDRV_REQ_FUA)) { in bdrv_co_do_pwrite_zeroes()
2120 !(bs->supported_write_flags & BDRV_REQ_FUA)) { in bdrv_aligned_pwritev()
H A Dnvme.c604 bs->supported_write_flags |= BDRV_REQ_MAY_UNMAP; in nvme_identify()
979 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 Dquorum.c1032 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in quorum_open()
H A Dmirror.c1778 mirror_top_bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in mirror_start_job()
H A Dnbd.c302 bs->supported_write_flags = BDRV_REQ_FUA; in nbd_handle_updated_info()
H A Discsi.c1922 bs->supported_write_flags = BDRV_REQ_FUA; in iscsi_open()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1138 BdrvRequestFlags supported_write_flags; member
/openbmc/qemu/
H A Dblock.c1677 assert(!(bs->supported_write_flags & ~BDRV_REQ_MASK)); in bdrv_open_driver()
1688 bs->supported_write_flags |= BDRV_REQ_REGISTERED_BUF; in bdrv_open_driver()