/external/strace/xlat/ |
D | open_mode_flags.h | 412 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME) 414 static_assert((O_NOATIME) == (04000000), "O_NOATIME != 04000000"); 417 # define O_NOATIME 04000000 420 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME) 422 static_assert((O_NOATIME) == (010000000), "O_NOATIME != 010000000"); 425 # define O_NOATIME 010000000 428 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME) 430 static_assert((O_NOATIME) == (01000000), "O_NOATIME != 01000000"); 433 # define O_NOATIME 01000000 743 XLAT(O_NOATIME), [all …]
|
D | open_mode_flags.in | 145 O_NOATIME 04000000 147 O_NOATIME 010000000 149 O_NOATIME 01000000
|
/external/ltp/include/lapi/ |
D | fcntl.h | 114 #ifndef O_NOATIME 115 # 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/pcre/dist2/src/sljit/ |
D | sljitProtExecAllocator.c | 89 #ifndef O_NOATIME 90 #define O_NOATIME 0 macro 144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile() 155 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 59 #ifndef O_NOATIME 60 #define O_NOATIME 01000000 macro
|
/external/toybox/lib/ |
D | portability.h | 212 #ifndef O_NOATIME 213 #define O_NOATIME 01000000 macro
|
/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/syzkaller/sys/fuchsia/ |
D | posix_arm64.const | 16 O_NOATIME = 8192
|
D | posix_amd64.const | 16 O_NOATIME = 8192
|
D | posix.txt | 90 …FASYNC, O_CLOEXEC, O_CREAT, O_DIRECT, O_DIRECTORY, O_EXCL, O_LARGEFILE, O_NOATIME, O_NOCTTY, O_NOF…
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open02.c | 46 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM},
|
D | open12.c | 165 TEST(open(TEST_FILE, O_RDONLY | O_NOATIME, 0777)); in test_noatime()
|
/external/strace/tests-m32/ |
D | openat.c | 90 { ARG_STR(O_NOATIME) }, in main()
|
/external/strace/tests-mx32/ |
D | openat.c | 90 { ARG_STR(O_NOATIME) }, in main()
|
/external/strace/tests/ |
D | openat.c | 90 { ARG_STR(O_NOATIME) }, in main()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 245 TEST(openat(AT_FDCWD, TEST_FILE, O_NOATIME | O_RDONLY, 0777)); in testfunc_noatime()
|
/external/blktrace/btreplay/ |
D | btreplay.c | 1353 #ifdef O_NOATIME in replay_sub() 1354 oflags = O_NOATIME; in replay_sub()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 316 O_NOATIME = 262144
|
D | sys_amd64.const | 316 O_NOATIME = 262144
|
D | sys_ppc64le.const | 316 O_NOATIME = 262144
|
D | sys_arm.const | 316 O_NOATIME = 262144
|
D | sys_arm64.const | 316 O_NOATIME = 262144
|
D | sys.txt | 928 …FASYNC, O_CLOEXEC, O_CREAT, O_DIRECT, O_DIRECTORY, O_EXCL, O_LARGEFILE, O_NOATIME, O_NOCTTY, O_NOF… 983 fanotify_events = O_RDONLY, O_WRONLY, O_RDWR, O_LARGEFILE, O_CLOEXEC, O_APPEND, O_DSYNC, O_NOATIME,… 1024 fcntl_status = O_APPEND, FASYNC, O_DIRECT, O_NOATIME, O_NONBLOCK
|
/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.])
|