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_EMPTY
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
namei.h
24
#define
LOOKUP_EMPTY
0x4000 /* accept empty path [user_... only] */
macro
/kernel/linux/linux-6.6/include/trace/misc/
H
A
D
fs.h
107
{
LOOKUP_EMPTY
, "EMPTY" }, \
/kernel/linux/linux-6.6/include/linux/
H
A
D
namei.h
24
#define
LOOKUP_EMPTY
0x4000 /* accept empty path [user_... only] */
macro
/kernel/linux/linux-5.10/fs/
H
A
D
fsopen.c
180
lookup_flags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE3()
414
lookup_flags =
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
H
A
D
fhandle.c
106
lookup_flags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
H
A
D
utimes.c
90
lookup_flags |=
LOOKUP_EMPTY
;
in do_utimes_path()
H
A
D
stat.c
190
lookup_flags |=
LOOKUP_EMPTY
;
in vfs_statx()
408
unsigned int lookup_flags =
LOOKUP_EMPTY
;
in do_readlinkat()
H
A
D
open.c
414
lookup_flags |=
LOOKUP_EMPTY
;
in do_faccessat()
696
lookup_flags |=
LOOKUP_EMPTY
;
in do_fchownat()
H
A
D
exec.c
917
open_exec_flags.lookup_flags |=
LOOKUP_EMPTY
;
in do_open_execat()
2106
int lookup_flags = (flags & AT_EMPTY_PATH) ?
LOOKUP_EMPTY
: 0;
in SYSCALL_DEFINE5()
2127
int lookup_flags = (flags & AT_EMPTY_PATH) ?
LOOKUP_EMPTY
: 0;
in COMPAT_SYSCALL_DEFINE5()
H
A
D
namespace.c
2466
lookup_flags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE3()
3643
if (flags & MOVE_MOUNT_F_EMPTY_PATH) lflags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
3652
if (flags & MOVE_MOUNT_T_EMPTY_PATH) lflags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
H
A
D
namei.c
194
if (!(flags &
LOOKUP_EMPTY
)) {
in getname_flags()
4178
how =
LOOKUP_EMPTY
;
in do_linkat()
/kernel/linux/linux-6.6/fs/
H
A
D
fsopen.c
180
lookup_flags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE3()
450
lookup_flags =
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
H
A
D
fhandle.c
113
lookup_flags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
H
A
D
utimes.c
92
lookup_flags |=
LOOKUP_EMPTY
;
in do_utimes_path()
H
A
D
open.c
474
lookup_flags |=
LOOKUP_EMPTY
;
in do_faccessat()
686
lookup_flags |=
LOOKUP_EMPTY
;
in do_fchmodat()
806
lookup_flags |=
LOOKUP_EMPTY
;
in do_fchownat()
H
A
D
stat.c
212
lookup_flags |=
LOOKUP_EMPTY
;
in getname_statx_lookup_flags()
488
unsigned int lookup_flags =
LOOKUP_EMPTY
;
in do_readlinkat()
H
A
D
namespace.c
2711
lookup_flags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE3()
4095
if (flags & MOVE_MOUNT_F_EMPTY_PATH) lflags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
4104
if (flags & MOVE_MOUNT_T_EMPTY_PATH) lflags |=
LOOKUP_EMPTY
;
in SYSCALL_DEFINE5()
4579
lookup_flags |=
LOOKUP_EMPTY
;
in build_mount_kattr()
H
A
D
exec.c
923
open_exec_flags.lookup_flags |=
LOOKUP_EMPTY
;
in do_open_execat()
H
A
D
namei.c
196
if (!(flags &
LOOKUP_EMPTY
)) {
in getname_flags()
211
int flags = (uflags & AT_EMPTY_PATH) ?
LOOKUP_EMPTY
: 0;
in getname_uflags()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfstrace.h
274
TRACE_DEFINE_ENUM(
LOOKUP_EMPTY
);
variable
289
{
LOOKUP_EMPTY
, "EMPTY" }, \
Completed in 55 milliseconds