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:last_sync_lsn
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
1505
xfs_lsn_t
last_sync_lsn
;
in xlog_grant_push_threshold()
local
1542
last_sync_lsn
= atomic64_read(&log->l_last_sync_lsn);
in xlog_grant_push_threshold()
1543
if (XFS_LSN_CMP(threshold_lsn,
last_sync_lsn
) > 0)
in xlog_grant_push_threshold()
1544
threshold_lsn =
last_sync_lsn
;
in xlog_grant_push_threshold()
2624
* should only update the
last_sync_lsn
if this iclog contains transaction
2630
* If we are moving the
last_sync_lsn
forwards, we also need to ensure we kick
2632
* target is bound by the current
last_sync_lsn
value. Hence if we have a large
2634
*
last_sync_lsn
value may be the limiting factor preventing tail pushing from
2635
* freeing space in the log. Hence once we've updated the
last_sync_lsn
we
H
A
D
xfs_trace.h
1256
__field(xfs_lsn_t,
last_sync_lsn
)
1262
__entry->
last_sync_lsn
= atomic64_read(&log->l_last_sync_lsn);
1268
CYCLE_LSN(__entry->
last_sync_lsn
), BLOCK_LSN(__entry->
last_sync_lsn
))
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
1687
xfs_lsn_t
last_sync_lsn
;
in xlog_grant_push_threshold()
local
1724
last_sync_lsn
= atomic64_read(&log->l_last_sync_lsn);
in xlog_grant_push_threshold()
1725
if (XFS_LSN_CMP(threshold_lsn,
last_sync_lsn
) > 0)
in xlog_grant_push_threshold()
1726
threshold_lsn =
last_sync_lsn
;
in xlog_grant_push_threshold()
2687
* should only update the
last_sync_lsn
if this iclog contains transaction
2693
* If we are moving the
last_sync_lsn
forwards, we also need to ensure we kick
2695
* target is bound by the current
last_sync_lsn
value. Hence if we have a large
2697
*
last_sync_lsn
value may be the limiting factor preventing tail pushing from
2698
* freeing space in the log. Hence once we've updated the
last_sync_lsn
we
H
A
D
xfs_trace.h
1391
__field(xfs_lsn_t,
last_sync_lsn
)
1397
__entry->
last_sync_lsn
= atomic64_read(&log->l_last_sync_lsn);
1403
CYCLE_LSN(__entry->
last_sync_lsn
), BLOCK_LSN(__entry->
last_sync_lsn
))
Completed in 18 milliseconds