/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 59 #ifndef O_NOATIME 60 #define O_NOATIME 01000000 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 59 #ifndef O_NOATIME 60 #define O_NOATIME 01000000 macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | open_flags.c | 14 #ifndef O_NOATIME 15 #define O_NOATIME 01000000 macro
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util.h | 164 if (errno == EPERM && (flags & O_NOATIME)) { in openat_file() 173 flags &= ~O_NOATIME; in openat_file()
|
H A D | 9p.c | 140 { P9_DOTL_NOATIME, O_NOATIME }, in dotl_to_open_flags()
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 14 #define O_NOATIME 004000000 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 17 #define O_NOATIME 04000000 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 20 #define O_NOATIME 0x200000 macro
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
|
H A D | fs.h | 2357 if (!(file->f_flags & O_NOATIME)) in file_accessed()
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 39 { O_NOATIME, "O_NOATIME" }, \
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 37 #define OVL_OPEN_FLAGS (O_NOATIME) 61 flags &= ~O_NOATIME; in ovl_open_realfile() 243 if (file->f_flags & O_NOATIME) in ovl_file_accessed()
|
H A D | util.c | 607 flags |= O_NOATIME; in ovl_path_open()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 35 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 50 if ((arg & O_NOATIME) && !(filp->f_flags & O_NOATIME)) in setfl()
|
/openbmc/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()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | xfile.c | 88 xf->file->f_flags |= O_RDWR | O_LARGEFILE | O_NOATIME; in xfile_create()
|
/openbmc/gpioplus/test/internal/ |
H A D | fd.cpp | 209 const int flags_blocking = O_SYNC | O_NOATIME;
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 182 { O_NOATIME, P9_DOTL_NOATIME }, in v9fs_mapped_dotl_flags()
|
/openbmc/linux/tools/mm/ |
H A D | page-types.c | 1052 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
|
/openbmc/linux/fs/gfs2/ |
H A D | file.c | 594 if (!(file->f_flags & O_NOATIME) && in gfs2_mmap()
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | 111 O_LARGEFILE | O_NOATIME )
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 1054 #ifdef O_NOATIME in raw_reconfigure_getfd() 1055 fcntl_flags |= O_NOATIME; in raw_reconfigure_getfd()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl.c | 254 filp->f_flags |= O_NOATIME; in xfs_open_by_handle()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1099 #ifdef O_NOATIME 1100 FLAG_TARGET(O_NOATIME),
|
H A D | syscall.c | 444 #if defined(O_NOATIME) 445 { TARGET_O_NOATIME, TARGET_O_NOATIME, O_NOATIME, O_NOATIME },
|