Home
last modified time | relevance | path

Searched refs:writethrough (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dunix_io.c657 int writethrough; in unix_write_blk64() local
681 writethrough = channel->flags & CHANNEL_FLAGS_WRITETHROUGH; in unix_write_blk64()
682 if (writethrough) in unix_write_blk64()
693 cache->dirty = !writethrough; in unix_write_blk64()
/external/qemu/
Dqemu-options.hx94 " [,cache=writethrough|writeback|none][,format=f][,serial=s]\n"
122 @var{cache} is "none", "writeback", or "writethrough" and controls how the host cache is used to ac…
131 By default, writethrough caching is used for all block device. This means that
146 Some block drivers perform badly with @option{cache=writethrough}, most notably,
150 used. For all other disk types, @option{cache=writethrough} is the default.