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:c_block
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
uptodate.c
53
sector_t
c_block
;
member
141
(unsigned long long) item->
c_block
);
in ocfs2_purge_copied_metadata_tree()
218
if (block < item->
c_block
)
in ocfs2_search_cache_tree()
220
else if (block > item->
c_block
)
in ocfs2_search_cache_tree()
308
sector_t block = new->
c_block
;
in __ocfs2_insert_cache_tree()
322
if (block < tmp->
c_block
)
in __ocfs2_insert_cache_tree()
324
else if (block > tmp->
c_block
)
in __ocfs2_insert_cache_tree()
367
tree[i]->
c_block
= ci->ci_cache.ci_array[i];
in ocfs2_expand_cache()
404
new->
c_block
= block;
in __ocfs2_set_buffer_uptodate()
551
(unsigned long long)item->
c_block
);
in ocfs2_remove_metadata_tree()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
uptodate.c
51
sector_t
c_block
;
member
139
(unsigned long long) item->
c_block
);
in ocfs2_purge_copied_metadata_tree()
216
if (block < item->
c_block
)
in ocfs2_search_cache_tree()
218
else if (block > item->
c_block
)
in ocfs2_search_cache_tree()
306
sector_t block = new->
c_block
;
in __ocfs2_insert_cache_tree()
320
if (block < tmp->
c_block
)
in __ocfs2_insert_cache_tree()
322
else if (block > tmp->
c_block
)
in __ocfs2_insert_cache_tree()
365
tree[i]->
c_block
= ci->ci_cache.ci_array[i];
in ocfs2_expand_cache()
402
new->
c_block
= block;
in __ocfs2_set_buffer_uptodate()
549
(unsigned long long)item->
c_block
);
in ocfs2_remove_metadata_tree()
[all...]
Completed in 3 milliseconds