Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h62 #ifndef O_NOATIME
63 #define O_NOATIME (1 << 18)
59 #define O_NOATIME global() macro
/linux/tools/perf/trace/beauty/
H A Dopen_flags.c16 #ifndef O_NOATIME
17 #define O_NOATIME 01000000
15 #define O_NOATIME global() macro
/linux/rust/kernel/fs/
H A Dfile.rs55 pub const O_NOATIME: u32 = bindings::O_NOATIME; constant
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h14 #define O_NOATIME (1 << 20) macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h17 #define O_NOATIME (1 << 20) macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h20 #define O_NOATIME (1 << 21) macro
/linux/include/linux/
H A Dfcntl.h14 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE | O_EMPTYPATH)
/linux/include/trace/misc/
H A Dfs.h39 { O_NOATIME, "O_NOATIME" }, \
/linux/fs/
H A Dfcntl.c37 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
51 /* O_NOATIME can only be set by the owner or superuser */ in setfl()
52 if ((arg & O_NOATIME) && !(filp->f_flags & O_NOATIME)) in setfl()
H A Dnamei.c4288 /* O_NOATIME can only be set by the owner or superuser */ in may_open()
4289 if (flag & O_NOATIME && !inode_owner_or_capable(idmap, inode)) in may_open()
/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()
/linux/fs/erofs/
H A Dishare.c103 realfile = alloc_empty_backing_file(O_RDONLY|O_NOATIME, current_cred(), in erofs_ishare_file_open()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c407 { O_NOATIME, "O_NOATIME" }, in TEST_F()
/linux/fs/xfs/
H A Dxfs_handle.c281 filp->f_flags |= O_NOATIME; in xfs_open_by_handle()
/linux/fs/9p/
H A Dvfs_inode_dotl.c180 { O_NOATIME, P9_DOTL_NOATIME }, in v9fs_mapped_dotl_flags()
/linux/tools/mm/
H A Dpage-types.c1051 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
/linux/fs/overlayfs/
H A Doverlayfs.h185 #define OVL_OPEN_FLAGS (O_NOATIME)
H A Dutil.c683 flags |= O_NOATIME; in ovl_path_open()
/linux/fs/gfs2/
H A Dfile.c595 if (!(file->f_flags & O_NOATIME) && in gfs2_mmap()