/external/bison/m4/ |
D | fcntl-o.m4 | 9 # 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/ |
D | fcntl.h | 74 #ifndef O_NOATIME 75 # define O_NOATIME 01000000 macro
|
/external/autotest/client/tests/iosched_bugs/src/ |
D | dirty.c | 11 #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/ |
D | fcntl.h | 58 #ifndef O_NOATIME 59 #define O_NOATIME 01000000 macro
|
/external/strace/xlat/ |
D | open_mode_flags.h | 60 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME) 61 XLAT(O_NOATIME),
|
D | open_mode_flags.in | 19 O_NOATIME
|
/external/bison/lib/ |
D | fcntl.in.h | 227 #ifndef O_NOATIME 228 # define O_NOATIME 0
|
/external/toybox/lib/ |
D | portability.h | 241 #ifndef O_NOATIME 242 #define O_NOATIME 01000000 macro
|
/external/fio/os/ |
D | os-linux.h | 196 #ifdef O_NOATIME 197 #define FIO_O_NOATIME O_NOATIME
|
D | os-android.h | 212 #ifdef O_NOATIME 213 #define FIO_O_NOATIME O_NOATIME
|
/external/toybox/toys/other/ |
D | fsync.c | 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open02.c | 52 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM},
|
D | open12.c | 165 TEST(open(TEST_FILE, O_RDONLY | O_NOATIME, 0777)); in test_noatime()
|
/external/bison/linux-lib/ |
D | fcntl.h | 539 #ifndef O_NOATIME 540 # define O_NOATIME 0 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 539 #ifndef O_NOATIME 540 # define O_NOATIME 0 macro
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission.cc | 183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
|
D | broker_file_permission_unittest.cc | 143 case O_NOATIME: in CheckPerm()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 246 TEST(openat(AT_FDCWD, TEST_FILE, O_NOATIME | O_RDONLY, 0777)); in testfunc_noatime()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 233 kOLargeFileFlag | O_CLOEXEC | O_NOATIME; in RestrictFcntlCommands()
|
/external/blktrace/btreplay/ |
D | btreplay.c | 1326 #ifdef O_NOATIME in replay_sub() 1327 oflags = O_NOATIME; in replay_sub()
|
/external/e2fsprogs/ |
D | aclocal.m4 | 118 # 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.])
|
D | configure | 10181 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/ |
D | config.h.in | 603 /* Define to 1 if O_NOATIME works. */
|
/external/bison/ |
D | configure | 10104 int fd = open (file, O_RDONLY | O_NOATIME); 10159 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
|
/external/strace/ |
D | ChangeLog-CVS | 2234 * file.c (openmodes): Add O_NOATIME flag if defined.
|