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

1 2

  /external/ltp/testcases/kernel/fs/fsstress/
global.h 62 #ifndef O_DIRECT
63 #define O_DIRECT 040000
  /external/ltp/testcases/kernel/io/disktest/
io.h 39 /* for linux on power 2.4 O_DIRECT is only defined in asm/fcntl.h */
40 #ifndef O_DIRECT
41 #define O_DIRECT 0400000
  /bionic/libc/kernel/uapi/asm-arm/asm/
fcntl.h 23 #define O_DIRECT 0200000
  /bionic/libc/kernel/uapi/asm-arm64/asm/
fcntl.h 23 #define O_DIRECT 0200000
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/kernel-headers/original/uapi/asm-arm64/asm/
fcntl.h 25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-invalidate-failure.c 28 #ifndef O_DIRECT
29 #define O_DIRECT 040000 /* direct disk access hint */
105 fd = open(argv[1], O_DIRECT|O_CREAT|O_RDWR, 0644);
aio-dio-extend-stat.c 13 #ifndef O_DIRECT
14 #define O_DIRECT 040000 /* direct disk access hint */
70 handle = open(argv[1], O_CREAT | O_TRUNC | O_DIRECT | O_RDWR, 0600);
  /external/e2fsprogs/lib/ext2fs/
mmp.c 33 #ifndef O_DIRECT
34 #define O_DIRECT 0
56 * own fd to read the MMP block to ensure that it is using O_DIRECT,
60 fs->mmp_fd = open(fs->device_name, O_RDWR | O_DIRECT);
136 /* I was tempted to make this use O_DIRECT and the mmp_fd, but
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 33 #define O_DIRECT 0x8000
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 38 #define O_DIRECT 0x8000 /* direct disk access hint */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 50 #ifndef O_DIRECT
51 #define O_DIRECT 00040000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 47 #ifndef O_DIRECT
48 #define O_DIRECT 00040000 /* direct disk access hint */
  /external/autotest/client/tests/aiostress/
aio-stress.c 69 #ifndef O_DIRECT
70 #define O_DIRECT 040000 /* direct disk access hint */
91 int o_direct = 0; variable
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 165 O_DIRECT = 0x8000
  /external/e2fsprogs/contrib/
fsstress.c 60 #ifndef O_DIRECT
61 #define O_DIRECT 040000
    [all...]
  /external/stressapptest/src/
worker.cc 104 #if !defined(O_DIRECT)
107 #define O_DIRECT 0
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 56 #ifndef O_DIRECT
57 #define O_DIRECT 040000
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 575 O_DIRECT = 0x8000
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]

Completed in 1252 milliseconds

1 2