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:ci_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
uptodate.c
176
root = ci->
ci_cache
.ci_tree;
in ocfs2_metadata_cache_purge()
199
if (item == ci->
ci_cache
.ci_array[i])
in ocfs2_search_cache_array()
212
struct rb_node * n = ci->
ci_cache
.ci_tree.rb_node;
in ocfs2_search_cache_tree()
298
ci->
ci_cache
.ci_array[ci->ci_num_cached] = block;
in ocfs2_append_cache_array()
310
struct rb_node **p = &ci->
ci_cache
.ci_tree.rb_node;
in __ocfs2_insert_cache_tree()
335
rb_insert_color(&new->c_node, &ci->
ci_cache
.ci_tree);
in __ocfs2_insert_cache_tree()
367
tree[i]->c_block = ci->
ci_cache
.ci_array[i];
in ocfs2_expand_cache()
370
ci->
ci_cache
.ci_tree = RB_ROOT;
in ocfs2_expand_cache()
524
sector_t *array = ci->
ci_cache
.ci_array;
in ocfs2_remove_metadata_array()
553
rb_erase(&item->c_node, &ci->
ci_cache
in ocfs2_remove_metadata_tree()
[all...]
H
A
D
ocfs2.h
78
}
ci_cache
;
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
uptodate.c
174
root = ci->
ci_cache
.ci_tree;
in ocfs2_metadata_cache_purge()
197
if (item == ci->
ci_cache
.ci_array[i])
in ocfs2_search_cache_array()
210
struct rb_node * n = ci->
ci_cache
.ci_tree.rb_node;
in ocfs2_search_cache_tree()
296
ci->
ci_cache
.ci_array[ci->ci_num_cached] = block;
in ocfs2_append_cache_array()
308
struct rb_node **p = &ci->
ci_cache
.ci_tree.rb_node;
in __ocfs2_insert_cache_tree()
333
rb_insert_color(&new->c_node, &ci->
ci_cache
.ci_tree);
in __ocfs2_insert_cache_tree()
365
tree[i]->c_block = ci->
ci_cache
.ci_array[i];
in ocfs2_expand_cache()
368
ci->
ci_cache
.ci_tree = RB_ROOT;
in ocfs2_expand_cache()
522
sector_t *array = ci->
ci_cache
.ci_array;
in ocfs2_remove_metadata_array()
551
rb_erase(&item->c_node, &ci->
ci_cache
in ocfs2_remove_metadata_tree()
[all...]
H
A
D
ocfs2.h
76
}
ci_cache
;
member
Completed in 7 milliseconds