HomeSort by relevance Sort by last modified time
    Searched refs:O_DIRECT (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-arm/asm/
fcntl.h 24 #define O_DIRECT 0200000
  /bionic/libc/kernel/uapi/asm-arm64/asm/
fcntl.h 24 #define O_DIRECT 0200000
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fcntl.h 17 #define O_DIRECT 0200000
  /development/ndk/platforms/android-L/arch-arm/include/asm/
fcntl.h 24 #define O_DIRECT 0200000
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
fcntl.h 24 #define O_DIRECT 0200000
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/kernel-headers/original/uapi/asm-arm64/asm/
fcntl.h 24 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 32 #define O_DIRECT 0x8000
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 35 #define O_DIRECT 0x8000
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 35 #define O_DIRECT 0x8000
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 34 #ifndef O_DIRECT
35 #define O_DIRECT 00040000
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 57 #ifndef O_DIRECT
59 #define O_DIRECT 00040000
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 36 #define O_DIRECT 0x8000
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 37 #define O_DIRECT 0x8000 /* direct disk access hint */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 57 #ifndef O_DIRECT
59 #define O_DIRECT 00040000
  /external/bison/lib/
fcntl.in.h 189 #if !defined O_DIRECT && defined O_DIRECTIO
191 # define O_DIRECT O_DIRECTIO
203 #ifndef O_DIRECT
204 # define O_DIRECT 0
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 46 #ifndef O_DIRECT
47 #define O_DIRECT 00040000 /* direct disk access hint */
  /development/ndk/sources/android/libportable/arch-mips/
open.c 57 mipsflags |= O_DIRECT;
fcntl.c 199 mipsflags |= O_DIRECT;
237 if (flags & O_DIRECT)
  /external/bison/darwin-lib/
fcntl.h 501 #if !defined O_DIRECT && defined O_DIRECTIO
503 # define O_DIRECT O_DIRECTIO
515 #ifndef O_DIRECT
516 # define O_DIRECT 0
  /external/bison/linux-lib/
fcntl.h 501 #if !defined O_DIRECT && defined O_DIRECTIO
503 # define O_DIRECT O_DIRECTIO
515 #ifndef O_DIRECT
516 # define O_DIRECT 0
  /external/e2fsprogs/lib/ext2fs/
mmp.c 29 #ifndef O_DIRECT
30 #define O_DIRECT 0
44 * own fd to read the MMP block to ensure that it is using O_DIRECT,
48 fs->mmp_fd = open(fs->device_name, O_RDWR | O_DIRECT);
111 /* I was tempted to make this use O_DIRECT and the mmp_fd, but
  /external/e2fsprogs/misc/
badblocks.c 33 #define _GNU_SOURCE /* for O_DIRECT */
279 /* Linux requires that O_DIRECT I/Os be 512-byte sector aligned */
286 #ifdef O_DIRECT
287 static int current_O_DIRECT; /* Current status of O_DIRECT flag */
288 int new_flag = O_DIRECT;
298 /* printf("%s O_DIRECT\n", new_flag ? "Setting" : "Clearing"); */
301 flag = (flag & ~O_DIRECT) | new_flag;
462 #ifdef O_DIRECT
    [all...]
  /external/fio/os/
os-windows.h 54 * Windows doesn't have O_DIRECT or O_SYNC, so define them
58 #define O_DIRECT 0x1000000

Completed in 608 milliseconds

1 2