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:ri_total
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_recover.h
95
int
ri_total
; /* total regions */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_recover.h
97
int
ri_total
; /* total regions */
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_recover.c
2153
if (item->
ri_total
!= 0 &&
in xlog_recover_add_to_trans()
2154
item->
ri_total
== item->ri_cnt) {
in xlog_recover_add_to_trans()
2161
if (item->
ri_total
== 0) { /* first region to be added */
in xlog_recover_add_to_trans()
2172
item->
ri_total
= in_f->ilf_size;
in xlog_recover_add_to_trans()
2174
kmem_zalloc(item->
ri_total
* sizeof(xfs_log_iovec_t),
in xlog_recover_add_to_trans()
2178
if (item->
ri_total
<= item->ri_cnt) {
in xlog_recover_add_to_trans()
2181
item->ri_cnt, item->
ri_total
);
in xlog_recover_add_to_trans()
H
A
D
xfs_buf_item_recover.c
524
ASSERT(i == item->
ri_total
);
in xlog_recover_do_reg_buffer()
H
A
D
xfs_trace.h
2265
__entry->total = item->
ri_total
;
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
2133
if (item->
ri_total
!= 0 &&
in xlog_recover_add_to_trans()
2134
item->
ri_total
== item->ri_cnt) {
in xlog_recover_add_to_trans()
2141
if (item->
ri_total
== 0) { /* first region to be added */
in xlog_recover_add_to_trans()
2152
item->
ri_total
= in_f->ilf_size;
in xlog_recover_add_to_trans()
2154
kmem_zalloc(item->
ri_total
* sizeof(xfs_log_iovec_t),
in xlog_recover_add_to_trans()
2158
if (item->
ri_total
<= item->ri_cnt) {
in xlog_recover_add_to_trans()
2161
item->ri_cnt, item->
ri_total
);
in xlog_recover_add_to_trans()
H
A
D
xfs_buf_item_recover.c
515
ASSERT(i == item->
ri_total
);
in xlog_recover_do_reg_buffer()
H
A
D
xfs_trace.h
2128
__entry->total = item->
ri_total
;
Completed in 21 milliseconds