HomeSort by relevance Sort by last modified time
    Searched full:writethrough (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/lib/ext2fs/
unix_io.c 597 int writethrough; local
621 writethrough = channel->flags & CHANNEL_FLAGS_WRITETHROUGH;
622 if (writethrough)
633 cache->dirty = !writethrough;
  /external/kernel-headers/original/asm-arm/
page.h 44 * v4wt - ARMv4 with writethrough cache, without minicache
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 577 int writeThrough = 0;
603 nWritten = yaffs_WriteDataToFile(obj,buf,pos,nbyte,writeThrough);
  /external/qemu/
qemu-options.hx 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 access block data.
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.
    [all...]
monitor.c     [all...]
vl-android.c     [all...]
vl.c     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 830 int nBytes, int writeThrough);
yaffs_guts.c     [all...]
  /external/qemu/block/
qcow2.c 152 /* Performance is terrible right now with cache=writethrough due mainly

Completed in 471 milliseconds