Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 18 of 18) sorted by relevance

/external/bison/m4/
Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/external/autotest/client/tests/iosched_bugs/src/
Ddirty.c11 #define O_NOATIME 01000000 macro
36 if ((fd = open(argv[1], O_RDWR | O_NOATIME)) < 0) in main()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h58 #ifndef O_NOATIME
59 #define O_NOATIME 01000000 macro
/external/strace/xlat/
Dopen_mode_flags.h60 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME)
61 XLAT(O_NOATIME),
Dopen_mode_flags.in19 O_NOATIME
/external/bison/lib/
Dfcntl.in.h227 #ifndef O_NOATIME
228 # define O_NOATIME 0
/external/toybox/lib/
Dportability.h242 #ifndef O_NOATIME
243 #define O_NOATIME 01000000 macro
/external/toybox/toys/other/
Dfsync.c31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC, in fsync_main()
/external/fio/os/
Dos-android.h209 #ifdef O_NOATIME
210 #define FIO_O_NOATIME O_NOATIME
Dos-linux.h196 #ifdef O_NOATIME
197 #define FIO_O_NOATIME O_NOATIME
/external/bison/linux-lib/
Dfcntl.h539 #ifndef O_NOATIME
540 # define O_NOATIME 0 macro
/external/bison/darwin-lib/
Dfcntl.h539 #ifndef O_NOATIME
540 # define O_NOATIME 0 macro
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
Dbroker_file_permission_unittest.cc143 case O_NOATIME: in CheckPerm()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc196 kOLargeFileFlag | O_CLOEXEC | O_NOATIME; in RestrictFcntlCommands()
/external/blktrace/btreplay/
Dbtreplay.c1326 #ifdef O_NOATIME in replay_sub()
1327 oflags = O_NOATIME; in replay_sub()
/external/bison/
Dconfigure10104 int fd = open (file, O_RDONLY | O_NOATIME);
10159 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
/external/strace/
DChangeLog-CVS2234 * file.c (openmodes): Add O_NOATIME flag if defined.