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:fs_sync
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
test_kmod.c
95
* @
fs_sync
: return value of get_fs_type() for @TEST_KMOD_FS_TYPE
99
* (module_put(
fs_sync
->owner)) when done, otherwise you will not be able
106
struct file_system_type *
fs_sync
;
member
207
if (info->
fs_sync
&& info->
fs_sync
->owner)
in test_kmod_put_module()
208
module_put(info->
fs_sync
->owner);
in test_kmod_put_module()
228
info->
fs_sync
= get_fs_type(config->test_fs);
in run_request()
269
if (!info->
fs_sync
)
in tally_work_test()
272
info->thread_idx, info->
fs_sync
? config->test_fs :
in tally_work_test()
/kernel/linux/linux-6.6/lib/
H
A
D
test_kmod.c
84
* @
fs_sync
: return value of get_fs_type() for @TEST_KMOD_FS_TYPE
88
* (module_put(
fs_sync
->owner)) when done, otherwise you will not be able
95
struct file_system_type *
fs_sync
;
member
196
if (info->
fs_sync
&& info->
fs_sync
->owner)
in test_kmod_put_module()
197
module_put(info->
fs_sync
->owner);
in test_kmod_put_module()
217
info->
fs_sync
= get_fs_type(config->test_fs);
in run_request()
258
if (!info->
fs_sync
)
in tally_work_test()
261
info->thread_idx, info->
fs_sync
? config->test_fs :
in tally_work_test()
/kernel/liteos_a/fs/vfs/
H
A
D
Makefile
84
$(LITEOSTHIRDPARTY)/NuttX/fs/mount/
fs_sync
.c \
Completed in 7 milliseconds