Home
last modified time | relevance | path

Searched refs:supported_write_flags (Results 1 – 10 of 10) 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 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 Dblkverify.c141 bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in blkverify_open()
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 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.c1894 mirror_top_bs->supported_write_flags = BDRV_REQ_WRITE_UNCHANGED; in mirror_start_job()