Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:O_NOATIME
(Results
1 - 25
of
45
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
58
#ifndef
O_NOATIME
59
#define
O_NOATIME
01000000
macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H
A
D
open_flags.c
14
#ifndef
O_NOATIME
15
#define
O_NOATIME
01000000
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
fcntl.h
59
#ifndef
O_NOATIME
60
#define
O_NOATIME
01000000
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
fcntl.h
59
#ifndef
O_NOATIME
60
#define
O_NOATIME
01000000
macro
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H
A
D
open_flags.c
14
#ifndef
O_NOATIME
15
#define
O_NOATIME
01000000
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
59
#ifndef
O_NOATIME
60
#define
O_NOATIME
01000000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
49
#ifndef
O_NOATIME
50
#define
O_NOATIME
01000000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
63
#ifndef
O_NOATIME
64
#define
O_NOATIME
01000000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
63
#ifndef
O_NOATIME
64
#define
O_NOATIME
01000000
macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
fcntl.h
17
#define
O_NOATIME
04000000
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
fcntl.h
14
#define
O_NOATIME
004000000
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
fcntl.h
17
#define
O_NOATIME
04000000
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
fcntl.h
14
#define
O_NOATIME
004000000
macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
fcntl.h
20
#define
O_NOATIME
0x200000
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
fcntl.h
20
#define
O_NOATIME
0x200000
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
fcntl.h
13
O_NOATIME
| O_CLOEXEC | O_PATH | __O_TMPFILE)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fcntl.h
13
O_NOATIME
| O_CLOEXEC | O_PATH | __O_TMPFILE)
/kernel/linux/linux-6.6/include/trace/misc/
H
A
D
fs.h
39
{
O_NOATIME
, "
O_NOATIME
" }, \
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/pstore/
H
A
D
blk.c
301
file.f_flags = O_DSYNC | __O_SYNC |
O_NOATIME
;
in psblk_generic_blk_read()
331
file.f_flags = O_DSYNC | __O_SYNC |
O_NOATIME
;
in psblk_generic_blk_write()
/kernel/linux/linux-5.10/fs/
H
A
D
fcntl.c
33
#define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT |
O_NOATIME
)
47
/*
O_NOATIME
can only be set by the owner or superuser */
in setfl()
48
if ((arg &
O_NOATIME
) && !(filp->f_flags &
O_NOATIME
))
in setfl()
/kernel/linux/linux-6.6/fs/
H
A
D
fcntl.c
35
#define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT |
O_NOATIME
)
49
/*
O_NOATIME
can only be set by the owner or superuser */
in setfl()
50
if ((arg &
O_NOATIME
) && !(filp->f_flags &
O_NOATIME
))
in setfl()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
xfile.c
88
xf->file->f_flags |= O_RDWR | O_LARGEFILE |
O_NOATIME
;
in xfile_create()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
file.c
37
#define OVL_OPEN_FLAGS (
O_NOATIME
| FMODE_NONOTIFY)
226
if (file->f_flags &
O_NOATIME
)
in ovl_file_accessed()
Completed in 12 milliseconds
1
2