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:h_num_logops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
1966
be32_add_cpu(&iclog->ic_header.
h_num_logops
, record_cnt);
in xlog_state_finish_copy()
2509
iclog->ic_header.
h_num_logops
== cpu_to_be32(XLOG_COVER_OPS)) {
in xlog_state_activate_iclog()
2521
iclog->ic_header.
h_num_logops
= 0;
in xlog_state_activate_iclog()
3611
len = be32_to_cpu(iclog->ic_header.
h_num_logops
);
in xlog_verify_iclog()
3800
if (iclog->ic_header.
h_num_logops
)
in xlog_iclogs_empty()
H
A
D
xfs_log_recover.c
1171
be32_to_cpu(rhead->
h_num_logops
) == 1) {
in xlog_check_unmount_rec()
2411
num_logops = be32_to_cpu(rhead->
h_num_logops
);
in xlog_recover_process_data()
2988
rhead->
h_num_logops
== cpu_to_be32(1)) {
in xlog_do_recovery_pass()
H
A
D
xfs_trace.h
2097
__entry->num_logops = be32_to_cpu(rhead->
h_num_logops
);
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
2142
be32_add_cpu(&iclog->ic_header.
h_num_logops
, record_cnt);
in xlog_state_finish_copy()
2565
iclog->ic_header.
h_num_logops
== cpu_to_be32(XLOG_COVER_OPS)) {
in xlog_state_activate_iclog()
2577
iclog->ic_header.
h_num_logops
= 0;
in xlog_state_activate_iclog()
3652
len = be32_to_cpu(iclog->ic_header.
h_num_logops
);
in xlog_verify_iclog()
3822
if (iclog->ic_header.
h_num_logops
)
in xlog_iclogs_empty()
H
A
D
xfs_log_recover.c
1165
be32_to_cpu(rhead->
h_num_logops
) == 1) {
in xlog_check_unmount_rec()
2431
num_logops = be32_to_cpu(rhead->
h_num_logops
);
in xlog_recover_process_data()
3007
rhead->
h_num_logops
== cpu_to_be32(1)) {
in xlog_do_recovery_pass()
H
A
D
xfs_trace.h
2234
__entry->num_logops = be32_to_cpu(rhead->
h_num_logops
);
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
171
__be32
h_num_logops
; /* number of log operations in this LR : 4 */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
172
__be32
h_num_logops
; /* number of log operations in this LR : 4 */
member
Completed in 32 milliseconds