Searched refs:O_NOATIME (Results 1 – 4 of 4) sorted by relevance
58 #ifndef O_NOATIME59 #define O_NOATIME 01000000 macro
14 #ifndef O_NOATIME15 #define O_NOATIME 01000000 macro
493 flags = O_RDONLY | O_NOATIME; in main()
981 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()