HomeSort by relevance Sort by last modified time
    Searched refs:O_NOATIME (Results 1 - 25 of 48) sorted by null

1 2

  /external/toybox/toys/other/
fsync.c 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY,
  /external/ltp/include/lapi/
fcntl.h 110 #ifndef O_NOATIME
111 # define O_NOATIME 01000000
  /external/autotest/client/tests/iosched_bugs/src/
dirty.c 11 #define O_NOATIME 01000000
36 if ((fd = open(argv[1], O_RDWR | O_NOATIME)) < 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 58 #ifndef O_NOATIME
59 #define O_NOATIME 01000000
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 62 #ifndef O_NOATIME
63 #define O_NOATIME 01000000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000
  /external/strace/xlat/
open_mode_flags.h 59 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME)
60 XLAT(O_NOATIME),
  /external/ltp/testcases/kernel/syscalls/open/
open02.c 23 * 2. open a file with O_RDONLY | O_NOATIME and the caller was not
46 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM},
open12.c 19 * O_APPEND, O_NOATIME, O_CLOEXEC and O_LARGEFILE.
149 "O_NOATIME flags test for open(2) needs kernel 2.6.8 "
156 "test O_NOATIME flag for open needs filesystems which "
165 TEST(open(TEST_FILE, O_RDONLY | O_NOATIME, 0777));
176 tst_resm(TPASS, "test O_NOATIME for open success");
178 tst_resm(TFAIL, "test O_NOATIME for open failed");
  /external/toybox/lib/
portability.h 206 #ifndef O_NOATIME
207 #define O_NOATIME 01000000
  /external/strace/tests/
openat.c 90 { ARG_STR(O_NOATIME) },
  /external/strace/tests-m32/
openat.c 90 { ARG_STR(O_NOATIME) },
  /external/strace/tests-mx32/
openat.c 90 { ARG_STR(O_NOATIME) },
  /external/fio/os/
os-android.h 231 #ifdef O_NOATIME
232 #define FIO_O_NOATIME O_NOATIME
os-linux.h 209 #ifdef O_NOATIME
210 #define FIO_O_NOATIME O_NOATIME
  /external/ltp/testcases/kernel/syscalls/openat/
openat02.c 29 * is set to O_NOATIME.
228 tst_resm(TCONF, "test O_NOATIME flags for openat "
235 tst_resm(TCONF, "test O_NOATIME flag for openat needs "
245 TEST(openat(AT_FDCWD, TEST_FILE, O_NOATIME | O_RDONLY, 0777));
259 tst_resm(TPASS, "test O_NOATIME for openat success");
261 tst_resm(TFAIL, "test O_NOATIME for openat failed");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 55 # define O_NOATIME 01000000 /* Do not set atime. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 56 # define O_NOATIME 01000000 /* Do not set atime. */
  /external/blktrace/btreplay/
btreplay.c     [all...]
  /system/extras/ioshark/
compile_ioshark.c 51 { "O_NOATIME", O_NOATIME },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 656 O_NOATIME = 0x40000
    [all...]
zerrors_linux_amd64.go 656 O_NOATIME = 0x40000
    [all...]
zerrors_linux_arm.go 656 O_NOATIME = 0x40000
    [all...]
zerrors_linux_arm64.go     [all...]

Completed in 376 milliseconds

1 2