Home
last modified time | relevance | path

Searched defs:writethrough (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/
H A Dqemu-io.c85 static int openfile(char *name, int flags, bool writethrough, bool force_share, in openfile()
171 bool writethrough = true; in open_f() local
524 bool writethrough = true; in main() local
H A Dqemu-img.c277 QemuOpts *opts, int flags, bool writethrough, in img_open_opts()
306 bool writethrough, bool quiet, in img_open_file()
349 const char *fmt, int flags, bool writethrough, in img_open()
666 bool writethrough; in img_check() local
910 bool writethrough; in img_commit() local
1349 bool writethrough; in img_compare() local
2244 bool writethrough, src_writethrough, image_opts = false, in img_convert() local
3653 bool writethrough, src_writethrough; in img_rebase() local
4427 bool writethrough; in img_amend() local
4729 bool writethrough = false; in img_bench() local
H A Dqemu-nbd.c607 bool writethrough = false; /* Client will flush as needed. */ in main() local
H A Dblockdev.c486 bool writethrough, read_only; in blockdev_init() local
832 bool writethrough; in drive_new() local
H A Dqemu-io-cmds.c2403 bool writethrough = !blk_enable_write_cache(blk); in reopen_f() local
H A Dblock.c1173 int bdrv_parse_cache_mode(const char *mode, int *flags, bool *writethrough) in bdrv_parse_cache_mode()