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:OVL_E
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
util.c
182
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_path_type()
215
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_path_lower()
228
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_path_lowerdata()
279
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_dentry_lower()
286
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_layer_lower()
299
return ovl_lowerdata_dentry(
OVL_E
(dentry));
in ovl_dentry_lowerdata()
304
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_dentry_set_lowerdata()
1191
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_is_metacopy_dentry()
H
A
D
ovl_entry.h
189
static inline struct ovl_entry *
OVL_E
(struct dentry *dentry)
in OVL_E()
function
H
A
D
export.c
79
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_connectable_layer()
108
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_connect_layer()
354
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_dentry_real_at()
H
A
D
namei.c
855
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_path_next()
1006
struct ovl_entry *poe =
OVL_E
(dentry->d_parent);
in ovl_lookup()
1007
struct ovl_entry *roe =
OVL_E
(dentry->d_sb->s_root);
in ovl_lookup()
1344
struct ovl_entry *poe =
OVL_E
(dentry->d_parent);
in ovl_lower_positive()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
util.c
118
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_dentry_init_flags()
301
set_bit(flag, &
OVL_E
(dentry)->flags);
in ovl_dentry_set_flag()
306
clear_bit(flag, &
OVL_E
(dentry)->flags);
in ovl_dentry_clear_flag()
311
return test_bit(flag, &
OVL_E
(dentry)->flags);
in ovl_dentry_test_flag()
H
A
D
ovl_entry.h
124
static inline struct ovl_entry *
OVL_E
(struct dentry *dentry)
in OVL_E()
function
H
A
D
export.c
79
struct ovl_entry *oe =
OVL_E
(dentry);
in ovl_connectable_layer()
115
origin_layer =
OVL_E
(dentry)->lowerstack[0].layer->idx;
in ovl_connect_layer()
Completed in 8 milliseconds