Searched defs:writethrough (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-io.c | 85 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 D | qemu-img.c | 360 QemuOpts *opts, int flags, bool writethrough, in img_open_opts() 389 bool writethrough, bool quiet, in img_open_file() 432 const char *fmt, int flags, bool writethrough, in img_open() 728 bool writethrough; in img_check() local 959 bool writethrough; in img_commit() local 1370 bool writethrough; in img_compare() local 2249 bool writethrough, src_writethrough, image_opts = false, in img_convert() local 3546 bool writethrough, src_writethrough; in img_rebase() local 4249 bool writethrough; in img_amend() local 4523 bool writethrough = false; in img_bench() local
|
H A D | qemu-nbd.c | 603 bool writethrough = false; /* Client will flush as needed. */ in main() local
|
H A D | blockdev.c | 486 bool writethrough, read_only; in blockdev_init() local 832 bool writethrough; in drive_new() local
|
H A D | qemu-io-cmds.c | 2403 bool writethrough = !blk_enable_write_cache(blk); in reopen_f() local
|
H A D | block.c | 1173 int bdrv_parse_cache_mode(const char *mode, int *flags, bool *writethrough) in bdrv_parse_cache_mode()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 6909 bool writethrough = false, is_rdma_channel = false; in smb2_write() local
|