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:upper_sb
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
super.c
201
struct super_block *
upper_sb
;
in ovl_sync_fs()
local
220
* All the super blocks will be iterated, including
upper_sb
.
in ovl_sync_fs()
223
* sync_filesystem() on
upper_sb
, but enough if we do it when being
in ovl_sync_fs()
229
upper_sb
= ovl_upper_mnt(ofs)->mnt_sb;
in ovl_sync_fs()
231
down_read(&
upper_sb
->s_umount);
in ovl_sync_fs()
232
ret = sync_filesystem(
upper_sb
);
in ovl_sync_fs()
233
up_read(&
upper_sb
->s_umount);
in ovl_sync_fs()
1400
struct super_block *
upper_sb
;
in ovl_fill_super()
local
1412
upper_sb
= ovl_upper_mnt(ofs)->mnt_sb;
in ovl_fill_super()
1414
ofs->errseq = errseq_sample(&
upper_sb
in ovl_fill_super()
[all...]
H
A
D
params.c
676
struct super_block *
upper_sb
;
in ovl_reconfigure()
local
683
upper_sb
= ovl_upper_mnt(ofs)->mnt_sb;
in ovl_reconfigure()
685
down_read(&
upper_sb
->s_umount);
in ovl_reconfigure()
686
ret = sync_filesystem(
upper_sb
);
in ovl_reconfigure()
687
up_read(&
upper_sb
->s_umount);
in ovl_reconfigure()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
super.c
269
struct super_block *
upper_sb
;
in ovl_sync_fs()
local
288
* All the super blocks will be iterated, including
upper_sb
.
in ovl_sync_fs()
291
* sync_filesystem() on
upper_sb
, but enough if we do it when being
in ovl_sync_fs()
297
upper_sb
= ovl_upper_mnt(ofs)->mnt_sb;
in ovl_sync_fs()
299
down_read(&
upper_sb
->s_umount);
in ovl_sync_fs()
300
ret = sync_filesystem(
upper_sb
);
in ovl_sync_fs()
301
up_read(&
upper_sb
->s_umount);
in ovl_sync_fs()
392
struct super_block *
upper_sb
;
in ovl_remount()
local
399
upper_sb
= ovl_upper_mnt(ofs)->mnt_sb;
in ovl_remount()
401
down_read(&
upper_sb
in ovl_remount()
1953
struct super_block *
upper_sb
;
ovl_fill_super()
local
[all...]
Completed in 5 milliseconds