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:s_dentry_cache
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
super.c
152
sbi->
s_dentry_cache
= false;
in hmdfs_parse_options()
181
if (sbi->
s_dentry_cache
&& !sbi->cache_dir) {
in hmdfs_parse_options()
183
sbi->
s_dentry_cache
= false;
in hmdfs_parse_options()
H
A
D
hmdfs.h
203
bool
s_dentry_cache
;
member
H
A
D
hmdfs_dentryfile.c
1045
if (!sbi->
s_dentry_cache
) {
in hmdfs_get_cache_path()
1059
if (!sbi->
s_dentry_cache
)
in hmdfs_put_cache_path()
1360
if (!con->sbi->
s_dentry_cache
)
in cache_file_persistent()
1933
if (!sbi->
s_dentry_cache
)
in hmdfs_cfn_load()
H
A
D
main.c
428
seq_printf(m, ",%sdentry_cache", sbi->
s_dentry_cache
? "" : "no_");
in hmdfs_show_options()
753
sbi->
s_dentry_cache
= true;
in hmdfs_init_sbi()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
super.c
152
sbi->
s_dentry_cache
= false;
in hmdfs_parse_options()
181
if (sbi->
s_dentry_cache
&& !sbi->cache_dir) {
in hmdfs_parse_options()
183
sbi->
s_dentry_cache
= false;
in hmdfs_parse_options()
H
A
D
hmdfs.h
203
bool
s_dentry_cache
;
member
H
A
D
hmdfs_dentryfile.c
1046
if (!sbi->
s_dentry_cache
) {
in hmdfs_get_cache_path()
1060
if (!sbi->
s_dentry_cache
)
in hmdfs_put_cache_path()
1361
if (!con->sbi->
s_dentry_cache
)
in cache_file_persistent()
1934
if (!sbi->
s_dentry_cache
)
in hmdfs_cfn_load()
H
A
D
main.c
428
seq_printf(m, ",%sdentry_cache", sbi->
s_dentry_cache
? "" : "no_");
in hmdfs_show_options()
753
sbi->
s_dentry_cache
= true;
in hmdfs_init_sbi()
Completed in 12 milliseconds