HomeSort by: relevance | last modified time | path
    Searched refs:O_NOATIME (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitProtExecAllocator.c 89 #ifndef O_NOATIME
90 #define O_NOATIME 0
144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR);
155 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d 178 enum O_NOATIME = 0x40000; // octal 01000000
202 enum O_NOATIME = 0x100000; // octal 004000000
229 enum O_NOATIME = 0x40000;
256 enum O_NOATIME = 0x40000; // octal 01000000
283 enum O_NOATIME = 0x40000; // octal 01000000
310 enum O_NOATIME = 0x40000;
337 enum O_NOATIME = 0x200000;
364 enum O_NOATIME = 0x40000; // octal 01000000
  /src/external/gpl2/lvm2/dist/lib/device/
dev-io.c 477 #ifdef O_NOATIME
480 flags |= O_NOATIME;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 715 #if defined(O_NOATIME)
717 * Linux has O_NOATIME flag; use it if we need.
721 flags |= O_NOATIME;
726 #if defined(O_NOATIME)
728 * When we did open the file with O_NOATIME flag,
731 * if failed by EPERM, retry it without O_NOATIME flag.
733 if (flags & O_NOATIME) {
737 flags &= ~O_NOATIME;

Completed in 61 milliseconds