Searched defs:O_DIRECT (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dfcntl.h24 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/external/autotest/client/tests/aio_dio_bugs/src/
H A Daio-dio-extend-stat.c13 #ifndef O_DIRECT
14 #define O_DIRECT 040000 /* direct disk access hint */ macro
70 handle = open(argv[1], O_CREAT | O_TRUNC | O_DIRECT | O_RDWR, 0600);
H A Daio-dio-invalidate-failure.c28 #ifndef O_DIRECT
29 #define O_DIRECT 040000 /* direct disk access hint */ macro
105 fd = open(argv[1], O_DIRECT|O_CREAT|O_RDWR, 0644);
/external/e2fsprogs/lib/ext2fs/
H A Dmmp.c29 #ifndef O_DIRECT
30 #define O_DIRECT 0 macro
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/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h37 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/external/bison/darwin-lib/
H A Dfcntl.h501 #if !defined O_DIRECT && defined O_DIRECTIO
503 # define O_DIRECT O_DIRECTIO macro
515 #ifndef O_DIRECT
516 # define O_DIRECT 0 macro
/external/bison/linux-lib/
H A Dfcntl.h501 #if !defined O_DIRECT && defined O_DIRECTIO
503 # define O_DIRECT O_DIRECTIO macro
515 #ifndef O_DIRECT
516 # define O_DIRECT 0 macro
/external/fio/os/
H A Dos-windows.h54 * Windows doesn't have O_DIRECT or O_SYNC, so define them
58 #define O_DIRECT 0x1000000 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h46 #ifndef O_DIRECT
47 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/external/autotest/client/tests/aiostress/
H A Daio-stress.c69 #ifndef O_DIRECT
70 #define O_DIRECT 040000 /* direct disk access hint */ macro
1280 printf("\t-O Use O_DIRECT (not available in 2.4 kernels),\n");
1374 o_direct = O_DIRECT;

Completed in 204 milliseconds