Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000 macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c14 #ifndef O_NOATIME
15 #define O_NOATIME 01000000 macro
/openbmc/qemu/hw/9pfs/
H A D9p-util.h164 if (errno == EPERM && (flags & O_NOATIME)) { in openat_file()
173 flags &= ~O_NOATIME; in openat_file()
H A D9p.c140 { P9_DOTL_NOATIME, O_NOATIME }, in dotl_to_open_flags()
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h14 #define O_NOATIME 004000000 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h17 #define O_NOATIME 04000000 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h20 #define O_NOATIME 0x200000 macro
/openbmc/linux/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
H A Dfs.h2357 if (!(file->f_flags & O_NOATIME)) in file_accessed()
/openbmc/linux/include/trace/misc/
H A Dfs.h39 { O_NOATIME, "O_NOATIME" }, \
/openbmc/linux/fs/overlayfs/
H A Dfile.c37 #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 Dutil.c607 flags |= O_NOATIME; in ovl_path_open()
/openbmc/linux/fs/
H A Dfcntl.c35 #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 Dblk.c212 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 Dxfile.c88 xf->file->f_flags |= O_RDWR | O_LARGEFILE | O_NOATIME; in xfile_create()
/openbmc/gpioplus/test/internal/
H A Dfd.cpp209 const int flags_blocking = O_SYNC | O_NOATIME;
/openbmc/linux/fs/9p/
H A Dvfs_inode_dotl.c182 { O_NOATIME, P9_DOTL_NOATIME }, in v9fs_mapped_dotl_flags()
/openbmc/linux/tools/mm/
H A Dpage-types.c1052 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
/openbmc/linux/fs/gfs2/
H A Dfile.c594 if (!(file->f_flags & O_NOATIME) && in gfs2_mmap()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c111 O_LARGEFILE | O_NOATIME )
/openbmc/qemu/block/
H A Dfile-posix.c1054 #ifdef O_NOATIME in raw_reconfigure_getfd()
1055 fcntl_flags |= O_NOATIME; in raw_reconfigure_getfd()
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c254 filp->f_flags |= O_NOATIME; in xfs_open_by_handle()
/openbmc/qemu/linux-user/
H A Dstrace.c1099 #ifdef O_NOATIME
1100 FLAG_TARGET(O_NOATIME),
H A Dsyscall.c444 #if defined(O_NOATIME)
445 { TARGET_O_NOATIME, TARGET_O_NOATIME, O_NOATIME, O_NOATIME },

12