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_lowerstack
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
ovl_entry.h
132
static inline struct ovl_path *
ovl_lowerstack
(struct ovl_entry *oe)
in ovl_lowerstack()
function
139
return
ovl_lowerstack
(oe);
in ovl_lowerpath()
144
struct ovl_path *lowerstack =
ovl_lowerstack
(oe);
in ovl_lowerdata()
H
A
D
export.c
94
return
ovl_lowerstack
(oe)->layer->idx;
in ovl_connectable_layer()
116
origin_layer =
ovl_lowerstack
(oe)->layer->idx;
in ovl_connect_layer()
314
ovl_lowerstack
(oe)->dentry = dget(lower);
in ovl_obtain_alias()
315
ovl_lowerstack
(oe)->layer = lowerpath->layer;
in ovl_obtain_alias()
355
struct ovl_path *lowerstack =
ovl_lowerstack
(oe);
in ovl_dentry_real_at()
H
A
D
super.c
119
lowerstack =
ovl_lowerstack
(oe);
in ovl_dentry_revalidate_common()
182
ovl_stack_put(
ovl_lowerstack
(oi->oe), ovl_numlower(oi->oe));
in ovl_destroy_inode()
890
ovl_lowerstack
(oe)->dentry, true);
in ovl_get_indexdir()
1210
lowerstack =
ovl_lowerstack
(oe);
in ovl_get_lowerstack()
1299
struct ovl_path *lowerpath =
ovl_lowerstack
(oe);
in ovl_get_root()
H
A
D
util.c
128
ovl_stack_put(
ovl_lowerstack
(oe), ovl_numlower(oe));
in ovl_free_entry()
158
struct ovl_path *lowerstack =
ovl_lowerstack
(oe);
in ovl_dentry_init_flags()
216
struct ovl_path *lowerpath =
ovl_lowerstack
(oe);
in ovl_path_lower()
281
return ovl_numlower(oe) ?
ovl_lowerstack
(oe)->dentry : NULL;
in ovl_dentry_lower()
288
return ovl_numlower(oe) ?
ovl_lowerstack
(oe)->layer : NULL;
in ovl_layer_lower()
H
A
D
namei.c
856
struct ovl_path *lowerstack =
ovl_lowerstack
(oe);
in ovl_path_next()
1087
struct ovl_path lower =
ovl_lowerstack
(poe)[i];
in ovl_lookup()
1256
ovl_stack_cpy(
ovl_lowerstack
(oe), stack, ctr);
in ovl_lookup()
1366
struct ovl_path *parentpath = &
ovl_lowerstack
(poe)[i];
in ovl_lower_positive()
Completed in 8 milliseconds