Searched refs:O_NOATIME (Results 1 – 18 of 18) sorted by relevance
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_NOATIME37 #define O_NOATIME 080 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.])
11 #define O_NOATIME 01000000 macro36 if ((fd = open(argv[1], O_RDWR | O_NOATIME)) < 0) in main()
58 #ifndef O_NOATIME59 #define O_NOATIME 01000000 macro
60 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME)61 XLAT(O_NOATIME),
19 O_NOATIME
227 #ifndef O_NOATIME228 # define O_NOATIME 0
242 #ifndef O_NOATIME243 #define O_NOATIME 01000000 macro
31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC, in fsync_main()
209 #ifdef O_NOATIME210 #define FIO_O_NOATIME O_NOATIME
196 #ifdef O_NOATIME197 #define FIO_O_NOATIME O_NOATIME
539 #ifndef O_NOATIME540 # define O_NOATIME 0 macro
183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
143 case O_NOATIME: in CheckPerm()
196 kOLargeFileFlag | O_CLOEXEC | O_NOATIME; in RestrictFcntlCommands()
1326 #ifdef O_NOATIME in replay_sub()1327 oflags = O_NOATIME; in replay_sub()
10104 int fd = open (file, O_RDONLY | O_NOATIME);10159 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
2234 * file.c (openmodes): Add O_NOATIME flag if defined.