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_numlower
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
ovl_entry.h
127
static inline unsigned int
ovl_numlower
(struct ovl_entry *oe)
in ovl_numlower()
function
134
return
ovl_numlower
(oe) ? oe->__lowerstack : NULL;
in ovl_lowerstack()
H
A
D
namei.c
862
return
ovl_numlower
(oe) ? 1 : -1;
in ovl_path_next()
865
BUG_ON(idx >
ovl_numlower
(oe));
in ovl_path_next()
869
return (idx <
ovl_numlower
(oe)) ? idx + 1 : -1;
in ovl_path_next()
1027
.last = ovl_redirect_follow(ofs) ? false : !
ovl_numlower
(poe),
in ovl_lookup()
1079
if (!d.stop &&
ovl_numlower
(poe)) {
in ovl_lookup()
1086
for (i = 0; !d.stop && i <
ovl_numlower
(poe); i++) {
in ovl_lookup()
1090
d.last = i ==
ovl_numlower
(poe) - 1;
in ovl_lookup()
1092
d.last = lower.layer->idx ==
ovl_numlower
(roe);
in ovl_lookup()
1364
for (i = 0; !done && !positive && i <
ovl_numlower
(poe); i++) {
in ovl_lower_positive()
H
A
D
util.c
128
ovl_stack_put(ovl_lowerstack(oe),
ovl_numlower
(oe));
in ovl_free_entry()
163
for (i = 0; i <
ovl_numlower
(oe) && lowerstack[i].dentry; i++)
in ovl_dentry_init_flags()
191
if (
ovl_numlower
(oe)) {
in ovl_path_type()
199
if (
ovl_numlower
(oe) > 1)
in ovl_path_type()
218
if (
ovl_numlower
(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()
308
if (WARN_ON_ONCE(
ovl_numlower
(oe) <= 1))
in ovl_dentry_set_lowerdata()
1202
return (
ovl_numlower
(oe) > 1);
in ovl_is_metacopy_dentry()
H
A
D
export.c
83
return
ovl_numlower
(oe);
in ovl_connectable_layer()
361
for (i = 0; i <
ovl_numlower
(oe); i++) {
in ovl_dentry_real_at()
H
A
D
super.c
124
for (i = 0; ret > 0 && i <
ovl_numlower
(oe); i++)
in ovl_dentry_revalidate_common()
182
ovl_stack_put(ovl_lowerstack(oi->oe),
ovl_numlower
(oi->oe));
in ovl_destroy_inode()
H
A
D
inode.c
1415
if (((upperdentry && lowerdentry) ||
ovl_numlower
(oip->oe) > 1) ||
in ovl_get_inode()
Completed in 9 milliseconds