Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dopen_mode_flags.h412 #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 …]
Dopen_mode_flags.in145 O_NOATIME 04000000
147 O_NOATIME 010000000
149 O_NOATIME 01000000
/external/ltp/include/lapi/
Dfcntl.h114 #ifndef O_NOATIME
115 # 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/pcre/dist2/src/sljit/
DsljitProtExecAllocator.c89 #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/
Dfcntl.h59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000 macro
/external/toybox/lib/
Dportability.h212 #ifndef O_NOATIME
213 #define O_NOATIME 01000000 macro
/external/toybox/toys/other/
Dfsync.c31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
/external/syzkaller/sys/fuchsia/
Dposix_arm64.const16 O_NOATIME = 8192
Dposix_amd64.const16 O_NOATIME = 8192
Dposix.txt90 …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/
Dopen02.c46 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM},
Dopen12.c165 TEST(open(TEST_FILE, O_RDONLY | O_NOATIME, 0777)); in test_noatime()
/external/strace/tests-m32/
Dopenat.c90 { ARG_STR(O_NOATIME) }, in main()
/external/strace/tests-mx32/
Dopenat.c90 { ARG_STR(O_NOATIME) }, in main()
/external/strace/tests/
Dopenat.c90 { ARG_STR(O_NOATIME) }, in main()
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c245 TEST(openat(AT_FDCWD, TEST_FILE, O_NOATIME | O_RDONLY, 0777)); in testfunc_noatime()
/external/blktrace/btreplay/
Dbtreplay.c1353 #ifdef O_NOATIME in replay_sub()
1354 oflags = O_NOATIME; in replay_sub()
/external/syzkaller/sys/linux/
Dsys_386.const316 O_NOATIME = 262144
Dsys_amd64.const316 O_NOATIME = 262144
Dsys_ppc64le.const316 O_NOATIME = 262144
Dsys_arm.const316 O_NOATIME = 262144
Dsys_arm64.const316 O_NOATIME = 262144
Dsys.txt928 …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/
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.])

12