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:l_iclog_hsize
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
1252
log->
l_iclog_hsize
= log->l_iclog_heads << BBSHIFT;
in xlog_get_iclog_buffer_size()
1415
iclog->ic_size = log->l_iclog_size - log->
l_iclog_hsize
;
in xlog_alloc_log()
1421
iclog->ic_datap = (char *)iclog->ic_data + log->
l_iclog_hsize
;
in xlog_alloc_log()
1799
count_init = log->
l_iclog_hsize
+ iclog->ic_offset;
in xlog_calc_iclog_size()
2916
ticket->t_curr_res -= log->
l_iclog_hsize
;
in xlog_state_get_iclog_space()
2918
log->
l_iclog_hsize
,
in xlog_state_get_iclog_space()
3084
log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->
l_iclog_hsize
);
in xlog_state_switch_iclogs()
3407
iclog_space = log->l_iclog_size - log->
l_iclog_hsize
;
in xfs_log_calc_unit_res()
3419
unit_bytes += log->
l_iclog_hsize
* num_headers;
in xfs_log_calc_unit_res()
3422
unit_bytes += log->
l_iclog_hsize
;
in xfs_log_calc_unit_res()
[all...]
H
A
D
xfs_log_priv.h
395
int
l_iclog_hsize
; /* size of iclog header */
member
H
A
D
xfs_log_cil.c
431
iclog_space = log->l_iclog_size - log->
l_iclog_hsize
;
in xlog_cil_insert_items()
436
split_res *= log->
l_iclog_hsize
+ sizeof(struct xlog_op_header);
in xlog_cil_insert_items()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
1436
log->
l_iclog_hsize
= log->l_iclog_heads << BBSHIFT;
in xlog_get_iclog_buffer_size()
1629
iclog->ic_size = log->l_iclog_size - log->
l_iclog_hsize
;
in xlog_alloc_log()
1634
iclog->ic_datap = (void *)iclog->ic_data + log->
l_iclog_hsize
;
in xlog_alloc_log()
1998
count_init = log->
l_iclog_hsize
+ iclog->ic_offset;
in xlog_calc_iclog_size()
2935
ticket->t_curr_res -= log->
l_iclog_hsize
;
in xlog_state_get_iclog_space()
3096
log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->
l_iclog_hsize
);
in xlog_state_switch_iclogs()
3473
iclog_space = log->l_iclog_size - log->
l_iclog_hsize
;
in xlog_calc_unit_res()
3485
unit_bytes += log->
l_iclog_hsize
* num_headers;
in xlog_calc_unit_res()
3488
unit_bytes += log->
l_iclog_hsize
;
in xlog_calc_unit_res()
3585
if (blocks < BTOBB(iclog->ic_offset)+BTOBB(log->
l_iclog_hsize
))
in xlog_verify_tail_lsn()
[all...]
H
A
D
xfs_log_priv.h
410
int
l_iclog_hsize
; /* size of iclog header */
member
H
A
D
xfs_log_cil.c
57
(log->l_iclog_size - log->
l_iclog_hsize
)));
in xlog_cil_set_iclog_hdr_count()
625
split_res = log->
l_iclog_hsize
+
in xlog_cil_insert_items()
Completed in 15 milliseconds