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:lowerdirs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
params.c
766
/* Reuse ofs->config.
lowerdirs
as a vfsmount array before freeing it */
in ovl_free_fs()
767
mounts = (struct vfsmount **) ofs->config.
lowerdirs
;
in ovl_free_fs()
770
kfree(ofs->config.
lowerdirs
[i]);
in ovl_free_fs()
779
kfree(ofs->config.
lowerdirs
);
in ovl_free_fs()
964
char **
lowerdirs
= ofs->config.
lowerdirs
;
in ovl_show_options()
local
967
*
lowerdirs
[0] holds the colon separated list that user provided
in ovl_show_options()
969
*
lowerdirs
[1..numlayer] hold the lowerdir paths that were added
in ovl_show_options()
974
if (
lowerdirs
[0]) {
in ovl_show_options()
975
seq_show_option(m, "lowerdir",
lowerdirs
[
in ovl_show_options()
[all...]
H
A
D
ovl_entry.h
11
char **
lowerdirs
;
member
H
A
D
super.c
1124
ofs->config.
lowerdirs
[ofs->numlayer] = l->name;
in ovl_get_layers()
1369
ofs->config.
lowerdirs
= kcalloc(ctx->nr + 1, sizeof(char *), GFP_KERNEL);
in ovl_fill_super()
1370
if (!ofs->config.
lowerdirs
) {
in ovl_fill_super()
1377
* config.
lowerdirs
[0] is used for storing the user provided colon
in ovl_fill_super()
1380
ofs->config.
lowerdirs
[0] = ctx->lowerdir_all;
in ovl_fill_super()
Completed in 5 milliseconds