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_XINO_OFF
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
super.c
416
ofs->config.xino =
OVL_XINO_OFF
;
in ovl_lower_dir()
787
ofs->config.xino =
OVL_XINO_OFF
;
in ovl_make_workdir()
998
ofs->config.xino =
OVL_XINO_OFF
;
in ovl_get_fsid()
1143
} else if (ofs->config.xino ==
OVL_XINO_OFF
) {
in ovl_get_layers()
1388
if (ofs->config.xino !=
OVL_XINO_OFF
) {
in ovl_fill_super()
1392
ofs->config.xino =
OVL_XINO_OFF
;
in ovl_fill_super()
H
A
D
params.c
89
{ "off",
OVL_XINO_OFF
},
102
return ovl_xino_auto_def ? OVL_XINO_AUTO :
OVL_XINO_OFF
;
in ovl_xino_def()
H
A
D
overlayfs.h
79
OVL_XINO_OFF
,
enumerator
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
super.c
351
return ovl_xino_auto_def ? OVL_XINO_AUTO :
OVL_XINO_OFF
;
in ovl_xino_def()
584
config->xino =
OVL_XINO_OFF
;
in ovl_parse_opt()
1681
} else if (ofs->config.xino ==
OVL_XINO_OFF
) {
in ovl_get_layers()
1941
if (ofs->config.xino !=
OVL_XINO_OFF
) {
in ovl_fill_super()
1945
ofs->config.xino =
OVL_XINO_OFF
;
in ovl_fill_super()
H
A
D
overlayfs.h
55
OVL_XINO_OFF
,
enumerator
Completed in 9 milliseconds