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

  /external/e2fsprogs/lib/ext2fs/
unix_io.c 785 int writethrough; local
809 writethrough = channel->flags & CHANNEL_FLAGS_WRITETHROUGH;
810 if (writethrough)
821 cache->dirty = !writethrough;
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 577 int writeThrough = 0;
603 nWritten = yaffs_WriteDataToFile(obj,buf,pos,nbyte,writeThrough);
  /external/qemu/
blockdev.c 279 } else if (!strcmp(buf, "writethrough")) {
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...]
block.c 1085 /* No flush needed for cache=writethrough, it uses O_DSYNC */
    [all...]
vl-android.c 914 else if (!strcmp(buf, "writethrough"))
    [all...]
  /external/qemu/util/
qemu-config.c 56 .help = "host cache usage (none, writeback, writethrough, unsafe)",
  /external/yaffs2/yaffs2/
yaffs_guts.h 830 int nBytes, int writeThrough);
yaffs_guts.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator-arm 
emulator-mips 
emulator-x86 
  /prebuilts/tools/linux-x86/emulator/
emulator-arm 
emulator-mips 
emulator-x86 
  /external/valgrind/main/helgrind/
libhb_core.c 476 cache, not a writethrough one.
    [all...]

Completed in 490 milliseconds