Searched refs:O_NOATIME (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h14 #define O_NOATIME 004000000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h17 #define O_NOATIME 04000000 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h20 #define O_NOATIME 0x200000 macro
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c14 #ifndef O_NOATIME
15 #define O_NOATIME 01000000 macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000 macro
/linux-master/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
H A Dfs.h2458 if (!(file->f_flags & O_NOATIME))
/linux-master/include/trace/misc/
H A Dfs.h39 { O_NOATIME, "O_NOATIME" }, \
/linux-master/fs/overlayfs/
H A Dfile.c28 #define OVL_OPEN_FLAGS (O_NOATIME)
52 flags &= ~O_NOATIME;
241 if (file->f_flags & O_NOATIME)
H A Dutil.c665 /* O_NOATIME is an optimization, don't fail if not permitted */
667 flags |= O_NOATIME;
/linux-master/fs/pstore/
H A Dblk.c212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0);
/linux-master/fs/
H A Dfcntl.c36 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
50 /* O_NOATIME can only be set by the owner or superuser */
51 if ((arg & O_NOATIME) && !(filp->f_flags & O_NOATIME))
H A Dnamei.c3283 /* O_NOATIME can only be set by the owner or superuser */
3284 if (flag & O_NOATIME && !inode_owner_or_capable(idmap, inode))
/linux-master/tools/mm/
H A Dpage-types.c1051 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW);
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c134 { O_NOATIME, P9_DOTL_NOATIME },
/linux-master/fs/gfs2/
H A Dfile.c593 if (!(file->f_flags & O_NOATIME) &&
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c110 O_LARGEFILE | O_NOATIME )
/linux-master/fs/xfs/
H A Dxfs_ioctl.c254 filp->f_flags |= O_NOATIME;

Completed in 481 milliseconds