Searched refs:O_NOATIME (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 58 #ifndef O_NOATIME 59 #define O_NOATIME 01000000 macro
|
| /linux/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 14 #ifndef O_NOATIME 15 #define O_NOATIME 01000000 macro
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 55 pub const O_NOATIME: u32 = bindings::O_NOATIME; constant
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 14 #define O_NOATIME 004000000 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 17 #define O_NOATIME 04000000 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 20 #define O_NOATIME 0x200000 macro
|
| /linux/include/linux/ |
| H A D | fcntl.h | 13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 39 { O_NOATIME, "O_NOATIME" }, \
|
| /linux/fs/overlayfs/ |
| H A D | file.c | 48 flags &= ~O_NOATIME; in ovl_open_realfile() 300 if (file->f_flags & O_NOATIME) in ovl_file_accessed()
|
| /linux/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/kernel/trace/ |
| H A D | trace_syscalls.c | 175 { O_NOATIME, "O_NOATIME" }, in sys_enter_openat_print() 431 "{ 0x%x, \"O_NOATIME\" }, ", O_NOATIME); in sys_enter_openat_print_fmt()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 407 { O_NOATIME, "O_NOATIME" }, in TEST_F()
|
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 180 { O_NOATIME, P9_DOTL_NOATIME }, in v9fs_mapped_dotl_flags()
|
| /linux/tools/mm/ |
| H A D | page-types.c | 1051 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
|