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:LOOKUP_OPEN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
namei.h
32
#define
LOOKUP_OPEN
0x0100 /* ... in open */
macro
/kernel/linux/linux-6.6/include/trace/misc/
H
A
D
fs.h
112
{
LOOKUP_OPEN
, "OPEN" }, \
/kernel/linux/linux-6.6/include/linux/
H
A
D
namei.h
32
#define
LOOKUP_OPEN
0x0100 /* ... in open */
macro
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
dir.c
1175
if (flags &
LOOKUP_OPEN
) {
in nfs_lookup_verify_inode()
1693
lookup_flags =
LOOKUP_OPEN
|LOOKUP_DIRECTORY;
in nfs_atomic_open()
1807
if (!(flags &
LOOKUP_OPEN
) || (flags & LOOKUP_DIRECTORY))
in nfs4_do_lookup_revalidate()
H
A
D
nfstrace.h
270
TRACE_DEFINE_ENUM(
LOOKUP_OPEN
);
variable
285
{
LOOKUP_OPEN
, "OPEN" }, \
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
dir.c
1553
if (flags &
LOOKUP_OPEN
) {
in nfs_lookup_verify_inode()
2078
lookup_flags =
LOOKUP_OPEN
|LOOKUP_DIRECTORY;
in nfs_atomic_open()
2197
if (!(flags &
LOOKUP_OPEN
) || (flags & LOOKUP_DIRECTORY))
in nfs4_do_lookup_revalidate()
/kernel/linux/linux-5.10/fs/
H
A
D
exec.c
134
.intent =
LOOKUP_OPEN
,
in SYSCALL_DEFINE1()
908
.intent =
LOOKUP_OPEN
,
in do_open_execat()
H
A
D
open.c
1077
op->intent = flags & O_PATH ? 0 :
LOOKUP_OPEN
;
in build_open_flags()
H
A
D
namei.c
1207
LOOKUP_OPEN
| LOOKUP_CREATE | LOOKUP_AUTOMOUNT)) &&
in follow_automount()
3265
nd->flags &= ~(
LOOKUP_OPEN
|LOOKUP_CREATE|LOOKUP_EXCL);
in open_last_lookups()
3476
if (d_is_symlink(root->dentry) && op->intent &
LOOKUP_OPEN
)
in do_file_open_root()
/kernel/linux/linux-6.6/fs/
H
A
D
exec.c
133
.intent =
LOOKUP_OPEN
,
in SYSCALL_DEFINE1()
914
.intent =
LOOKUP_OPEN
,
in do_open_execat()
H
A
D
open.c
1310
op->intent = flags & O_PATH ? 0 :
LOOKUP_OPEN
;
in build_open_flags()
H
A
D
namei.c
1363
LOOKUP_OPEN
| LOOKUP_CREATE | LOOKUP_AUTOMOUNT)) &&
in follow_automount()
3583
nd->flags &= ~(
LOOKUP_OPEN
|LOOKUP_CREATE|LOOKUP_EXCL);
in open_last_lookups()
3835
if (d_is_symlink(root->dentry) && op->intent &
LOOKUP_OPEN
)
in do_file_open_root()
Completed in 34 milliseconds