Home
last modified time | relevance | path

Searched refs:supported_truncate_flags (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/block/
H A Draw-format.c509 bs->supported_truncate_flags = bs->file->bs->supported_truncate_flags & in raw_open()
H A Dfile-win32.c433 bs->supported_truncate_flags = BDRV_REQ_ZERO_WRITE; in raw_open()
H A Dnfs.c624 bs->supported_truncate_flags = BDRV_REQ_ZERO_WRITE; in nfs_file_open()
H A Dssh.c870 bs->supported_truncate_flags = BDRV_REQ_ZERO_WRITE; in ssh_open()
H A Drbd.c1184 bs->supported_truncate_flags = BDRV_REQ_ZERO_WRITE; in qemu_rbd_open()
H A Dio.c3631 if (flags & ~bs->supported_truncate_flags) { in bdrv_co_truncate()
H A Dfile-posix.c810 bs->supported_truncate_flags = BDRV_REQ_ZERO_WRITE; in raw_open_common()
H A Dqcow2.c1865 bs->supported_truncate_flags = BDRV_REQ_ZERO_WRITE; in qcow2_do_open()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1151 BdrvRequestFlags supported_truncate_flags; member