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_curr_block
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_priv.h
414
int
l_curr_block
; /* current logical log block */
member
613
cur_block = READ_ONCE(log->
l_curr_block
);
in xlog_valid_lsn()
624
cur_block = log->
l_curr_block
;
in xlog_valid_lsn()
H
A
D
xfs_log.c
2922
xlog_assign_lsn(log->l_curr_cycle, log->
l_curr_block
));
in xlog_state_get_iclog_space()
2923
ASSERT(log->
l_curr_block
>= 0);
in xlog_state_get_iclog_space()
3080
log->l_prev_block = log->
l_curr_block
;
in xlog_state_switch_iclogs()
3084
log->
l_curr_block
+= BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize);
in xlog_state_switch_iclogs()
3090
log->
l_curr_block
= roundup(log->
l_curr_block
, sunit_bb);
in xlog_state_switch_iclogs()
3093
if (log->
l_curr_block
>= log->l_logBBsize) {
in xlog_state_switch_iclogs()
3101
log->
l_curr_block
-= log->l_logBBsize;
in xlog_state_switch_iclogs()
3102
ASSERT(log->
l_curr_block
>= 0);
in xlog_state_switch_iclogs()
3843
log->l_curr_cycle, log->
l_curr_block
);
in xfs_log_check_lsn()
[all...]
H
A
D
xfs_log_recover.c
1216
log->
l_curr_block
= (int)head_blk;
in xlog_set_state()
1223
BBTOB(log->
l_curr_block
));
in xlog_set_state()
1225
BBTOB(log->
l_curr_block
));
in xlog_set_state()
1626
head_block = log->
l_curr_block
;
in xlog_clear_stale_blocks()
2533
last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->
l_curr_block
);
in xlog_recover_process_intents()
H
A
D
xfs_sysfs.c
326
block = log->
l_curr_block
;
in log_head_lsn_show()
H
A
D
xfs_trace.h
1113
__entry->curr_block = log->
l_curr_block
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_priv.h
429
int
l_curr_block
; /* current logical log block */
member
656
cur_block = READ_ONCE(log->
l_curr_block
);
in xlog_valid_lsn()
667
cur_block = log->
l_curr_block
;
in xlog_valid_lsn()
H
A
D
xfs_log.c
2938
xlog_assign_lsn(log->l_curr_cycle, log->
l_curr_block
));
in xlog_state_get_iclog_space()
2939
ASSERT(log->
l_curr_block
>= 0);
in xlog_state_get_iclog_space()
3092
log->l_prev_block = log->
l_curr_block
;
in xlog_state_switch_iclogs()
3096
log->
l_curr_block
+= BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize);
in xlog_state_switch_iclogs()
3101
log->
l_curr_block
= roundup(log->
l_curr_block
, sunit_bb);
in xlog_state_switch_iclogs()
3104
if (log->
l_curr_block
>= log->l_logBBsize) {
in xlog_state_switch_iclogs()
3112
log->
l_curr_block
-= log->l_logBBsize;
in xlog_state_switch_iclogs()
3113
ASSERT(log->
l_curr_block
>= 0);
in xlog_state_switch_iclogs()
3865
log->l_curr_cycle, log->
l_curr_block
);
in xfs_log_check_lsn()
[all...]
H
A
D
xfs_log_recover.c
1210
log->
l_curr_block
= (int)head_blk;
in xlog_set_state()
1217
BBTOB(log->
l_curr_block
));
in xlog_set_state()
1219
BBTOB(log->
l_curr_block
));
in xlog_set_state()
1620
head_block = log->
l_curr_block
;
in xlog_clear_stale_blocks()
2550
last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->
l_curr_block
);
in xlog_recover_process_intents()
H
A
D
xfs_sysfs.c
354
block = log->
l_curr_block
;
in log_head_lsn_show()
H
A
D
xfs_trace.h
1245
__entry->curr_block = log->
l_curr_block
;
Completed in 31 milliseconds