Searched refs:writethrough (Results 1 – 2 of 2) sorted by relevance
718 int writethrough; in unix_write_blk64() local742 writethrough = channel->flags & CHANNEL_FLAGS_WRITETHROUGH; in unix_write_blk64()743 if (writethrough) in unix_write_blk64()754 cache->dirty = !writethrough; in unix_write_blk64()
94 " [,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 that146 Some block drivers perform badly with @option{cache=writethrough}, most notably,150 used. For all other disk types, @option{cache=writethrough} is the default.