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:rf_records
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
refcounttree.c
632
rb->
rf_records
.rl_count =
in ocfs2_create_refcount_tree()
887
for (; i < le16_to_cpu(rb->
rf_records
.rl_used); i++) {
in ocfs2_find_refcount_rec_in_rl()
888
rec = &rb->
rf_records
.rl_recs[i];
in ocfs2_find_refcount_rec_in_rl()
906
if (i < le16_to_cpu(rb->
rf_records
.rl_used) &&
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()
1169
if (index < le16_to_cpu(rb->
rf_records
in ocfs2_refcount_rec_contig()
[all...]
H
A
D
ocfs2_fs.h
969
struct ocfs2_refcount_list
rf_records
; /* List of refcount
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
630
rb->
rf_records
.rl_count =
in ocfs2_create_refcount_tree()
885
for (; i < le16_to_cpu(rb->
rf_records
.rl_used); i++) {
in ocfs2_find_refcount_rec_in_rl()
886
rec = &rb->
rf_records
.rl_recs[i];
in ocfs2_find_refcount_rec_in_rl()
904
if (i < le16_to_cpu(rb->
rf_records
.rl_used) &&
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()
1167
if (index < le16_to_cpu(rb->
rf_records
in ocfs2_refcount_rec_contig()
[all...]
H
A
D
ocfs2_fs.h
967
struct ocfs2_refcount_list
rf_records
; /* List of refcount
member
1427
offsetof(struct ocfs2_refcount_block,
rf_records
.rl_recs);
in ocfs2_refcount_recs_per_rb()
Completed in 14 milliseconds