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:rl_recs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
refcounttree.c
888
rec = &rb->rf_records.
rl_recs
[i];
in ocfs2_find_refcount_rec_in_rl()
1153
if ((rb->rf_records.
rl_recs
[index].r_refcount ==
in ocfs2_refcount_rec_adjacent()
1154
rb->rf_records.
rl_recs
[index + 1].r_refcount) &&
in ocfs2_refcount_rec_adjacent()
1155
(le64_to_cpu(rb->rf_records.
rl_recs
[index].r_cpos) +
in ocfs2_refcount_rec_adjacent()
1156
le32_to_cpu(rb->rf_records.
rl_recs
[index].r_clusters) ==
in ocfs2_refcount_rec_adjacent()
1157
le64_to_cpu(rb->rf_records.
rl_recs
[index + 1].r_cpos)))
in ocfs2_refcount_rec_adjacent()
1191
BUG_ON(rb->rf_records.
rl_recs
[index].r_refcount !=
in ocfs2_rotate_refcount_rec_left()
1192
rb->rf_records.
rl_recs
[index+1].r_refcount);
in ocfs2_rotate_refcount_rec_left()
1194
le32_add_cpu(&rb->rf_records.
rl_recs
[index].r_clusters,
in ocfs2_rotate_refcount_rec_left()
1195
le32_to_cpu(rb->rf_records.
rl_recs
[inde
in ocfs2_rotate_refcount_rec_left()
[all...]
H
A
D
ocfs2_fs.h
938
/*10*/ struct ocfs2_refcount_rec
rl_recs
[]; /* Refcount records */
member
1429
offsetof(struct ocfs2_refcount_block, rf_records.
rl_recs
);
in ocfs2_refcount_recs_per_rb()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
refcounttree.c
886
rec = &rb->rf_records.
rl_recs
[i];
in ocfs2_find_refcount_rec_in_rl()
1151
if ((rb->rf_records.
rl_recs
[index].r_refcount ==
in ocfs2_refcount_rec_adjacent()
1152
rb->rf_records.
rl_recs
[index + 1].r_refcount) &&
in ocfs2_refcount_rec_adjacent()
1153
(le64_to_cpu(rb->rf_records.
rl_recs
[index].r_cpos) +
in ocfs2_refcount_rec_adjacent()
1154
le32_to_cpu(rb->rf_records.
rl_recs
[index].r_clusters) ==
in ocfs2_refcount_rec_adjacent()
1155
le64_to_cpu(rb->rf_records.
rl_recs
[index + 1].r_cpos)))
in ocfs2_refcount_rec_adjacent()
1189
BUG_ON(rb->rf_records.
rl_recs
[index].r_refcount !=
in ocfs2_rotate_refcount_rec_left()
1190
rb->rf_records.
rl_recs
[index+1].r_refcount);
in ocfs2_rotate_refcount_rec_left()
1192
le32_add_cpu(&rb->rf_records.
rl_recs
[index].r_clusters,
in ocfs2_rotate_refcount_rec_left()
1193
le32_to_cpu(rb->rf_records.
rl_recs
[inde
in ocfs2_rotate_refcount_rec_left()
[all...]
H
A
D
ocfs2_fs.h
936
/*10*/ struct ocfs2_refcount_rec
rl_recs
[]; /* Refcount records */
member
1427
offsetof(struct ocfs2_refcount_block, rf_records.
rl_recs
);
in ocfs2_refcount_recs_per_rb()
Completed in 17 milliseconds