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:r_refcount
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
refcounttree.c
905
ret_rec->
r_refcount
= 0;
in ocfs2_find_refcount_rec_in_rl()
1056
* This fake record has
r_refcount
= 0.
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()
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()
1255
index, le32_to_cpu(rec->
r_refcount
), change);
in ocfs2_change_refcount_rec()
1256
le32_add_cpu(&rec->
r_refcount
, change);
in ocfs2_change_refcount_rec()
1258
if (!rec->
r_refcount
) {
in ocfs2_change_refcount_rec()
1792
le32_to_cpu(rec->r_clusters), le32_to_cpu(rec->
r_refcount
));
in ocfs2_insert_refcount_rec()
[all...]
H
A
D
ocfs2_fs.h
924
__le32
r_refcount
; /* Reference count of this extent */
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
refcounttree.c
903
ret_rec->
r_refcount
= 0;
in ocfs2_find_refcount_rec_in_rl()
1054
* This fake record has
r_refcount
= 0.
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()
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()
1253
index, le32_to_cpu(rec->
r_refcount
), change);
in ocfs2_change_refcount_rec()
1254
le32_add_cpu(&rec->
r_refcount
, change);
in ocfs2_change_refcount_rec()
1256
if (!rec->
r_refcount
) {
in ocfs2_change_refcount_rec()
1790
le32_to_cpu(rec->r_clusters), le32_to_cpu(rec->
r_refcount
));
in ocfs2_insert_refcount_rec()
[all...]
H
A
D
ocfs2_fs.h
922
__le32
r_refcount
; /* Reference count of this extent */
member
Completed in 14 milliseconds