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:xlog_op_header_t
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
1980
uint ophdr_spc = ticket->t_res_num_ophdrs * (uint)sizeof(
xlog_op_header_t
);
in xlog_print_tic_res()
2137
static
xlog_op_header_t
*
2249
if (iclog->ic_size - log_offset <= sizeof(
xlog_op_header_t
)) {
in xlog_write_copy_finish()
2932
* xlog_write() algorithm assumes that at least 2
xlog_op_header_t
's
in xlog_state_get_iclog_space()
2935
if (iclog->ic_size - iclog->ic_offset < 2*sizeof(
xlog_op_header_t
)) {
in xlog_state_get_iclog_space()
3384
unit_bytes += sizeof(
xlog_op_header_t
);
in xfs_log_calc_unit_res()
3388
unit_bytes += sizeof(
xlog_op_header_t
);
in xfs_log_calc_unit_res()
3411
unit_bytes += sizeof(
xlog_op_header_t
) * num_headers;
in xfs_log_calc_unit_res()
3416
unit_bytes += sizeof(
xlog_op_header_t
);
in xfs_log_calc_unit_res()
3579
xlog_op_header_t
*ophea
in xlog_verify_iclog()
[all...]
H
A
D
xfs_log_cil.c
409
iovhdr_res = diff_iovecs * sizeof(
xlog_op_header_t
);
in xlog_cil_insert_items()
808
tic->t_curr_res -= lhdr.i_len + sizeof(
xlog_op_header_t
);
in xlog_cil_push_work()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
2948
* xlog_write() algorithm assumes that at least 2
xlog_op_header_t
's
in xlog_state_get_iclog_space()
2951
if (iclog->ic_size - iclog->ic_offset < 2*sizeof(
xlog_op_header_t
)) {
in xlog_state_get_iclog_space()
3450
unit_bytes += sizeof(
xlog_op_header_t
);
in xlog_calc_unit_res()
3454
unit_bytes += sizeof(
xlog_op_header_t
);
in xlog_calc_unit_res()
3477
unit_bytes += sizeof(
xlog_op_header_t
) * num_headers;
in xlog_calc_unit_res()
3482
unit_bytes += sizeof(
xlog_op_header_t
);
in xlog_calc_unit_res()
3620
xlog_op_header_t
*ophead;
in xlog_verify_iclog()
3698
ptr += sizeof(
xlog_op_header_t
) + op_len;
in xlog_verify_iclog()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
147
}
xlog_op_header_t
;
typedef
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
148
}
xlog_op_header_t
;
typedef
Completed in 14 milliseconds