| /linux-6.15/include/uapi/asm-generic/ |
| H A D | fcntl.h | 58 #ifndef O_NOATIME 59 #define O_NOATIME 01000000 macro
|
| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 14 #ifndef O_NOATIME 15 #define O_NOATIME 01000000 macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 14 #define O_NOATIME 004000000 macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 17 #define O_NOATIME 04000000 macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 20 #define O_NOATIME 0x200000 macro
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 48 pub const O_NOATIME: u32 = bindings::O_NOATIME; constant
|
| /linux-6.15/include/linux/ |
| H A D | fcntl.h | 13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
|
| H A D | fs.h | 2598 if (!(file->f_flags & O_NOATIME)) in file_accessed()
|
| /linux-6.15/include/trace/misc/ |
| H A D | fs.h | 39 { O_NOATIME, "O_NOATIME" }, \
|
| /linux-6.15/fs/pstore/ |
| H A D | blk.c | 212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | file.c | 49 flags &= ~O_NOATIME; in ovl_open_realfile() 303 if (file->f_flags & O_NOATIME) in ovl_file_accessed()
|
| H A D | overlayfs.h | 179 #define OVL_OPEN_FLAGS (O_NOATIME)
|
| H A D | util.c | 675 flags |= O_NOATIME; in ovl_path_open()
|
| /linux-6.15/fs/ |
| H A D | fcntl.c | 37 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 52 if ((arg & O_NOATIME) && !(filp->f_flags & O_NOATIME)) in setfl()
|
| H A D | namei.c | 3485 if (flag & O_NOATIME && !inode_owner_or_capable(idmap, inode)) in may_open()
|
| /linux-6.15/fs/efivarfs/ |
| H A D | super.c | 546 file = kernel_file_open(&path, O_RDONLY | O_DIRECTORY | O_NOATIME, in efivarfs_pm_notify()
|
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 407 { O_NOATIME, "O_NOATIME" }, in TEST_F()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_handle.c | 298 filp->f_flags |= O_NOATIME; in xfs_open_by_handle()
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 180 { O_NOATIME, P9_DOTL_NOATIME }, in v9fs_mapped_dotl_flags()
|
| /linux-6.15/tools/mm/ |
| H A D | page-types.c | 1051 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
|
| /linux-6.15/fs/gfs2/ |
| H A D | file.c | 595 if (!(file->f_flags & O_NOATIME) && in gfs2_mmap()
|
| /linux-6.15/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 108 O_LARGEFILE | O_NOATIME )
|