Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 25 of 25) 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/ltp/include/lapi/
Dfcntl.h74 #ifndef O_NOATIME
75 # define O_NOATIME 01000000 macro
/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.h241 #ifndef O_NOATIME
242 #define O_NOATIME 01000000 macro
/external/fio/os/
Dos-linux.h196 #ifdef O_NOATIME
197 #define FIO_O_NOATIME O_NOATIME
Dos-android.h212 #ifdef O_NOATIME
213 #define FIO_O_NOATIME O_NOATIME
/external/toybox/toys/other/
Dfsync.c31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
/external/ltp/testcases/kernel/syscalls/open/
Dopen02.c52 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM},
Dopen12.c165 TEST(open(TEST_FILE, O_RDONLY | O_NOATIME, 0777)); in test_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/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c246 TEST(openat(AT_FDCWD, TEST_FILE, O_NOATIME | O_RDONLY, 0777)); in testfunc_noatime()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc233 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/e2fsprogs/
Daclocal.m4118 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
119 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
123 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
145 #ifndef O_NOATIME
146 #define O_NOATIME 0
189 int fd = open (file, O_RDONLY | O_NOATIME);
224 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
225 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
231 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
235 [Define to 1 if O_NOATIME works.])
Dconfigure10181 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
10182 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
/external/e2fsprogs/lib/
Dconfig.h.in603 /* Define to 1 if O_NOATIME works. */
/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.