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_tail_lsn
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_recover.c
1095
*tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->
h_tail_lsn
));
in xlog_verify_head()
1214
atomic64_set(&log->l_tail_lsn, be64_to_cpu(rhead->
h_tail_lsn
));
in xlog_set_state()
1289
*tail_blk = BLOCK_LSN(be64_to_cpu(rhead->
h_tail_lsn
));
in xlog_find_tail()
1502
recp->
h_tail_lsn
= cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));
in xlog_add_record()
H
A
D
xfs_log.c
588
!iclog->ic_header.
h_tail_lsn
) {
in xlog_state_release_iclog()
590
iclog->ic_header.
h_tail_lsn
= cpu_to_be64(tail_lsn);
in xlog_state_release_iclog()
2581
iclog->ic_header.
h_tail_lsn
= 0;
in xlog_state_activate_iclog()
3579
xfs_lsn_t tail_lsn = be64_to_cpu(iclog->ic_header.
h_tail_lsn
);
in xlog_verify_tail_lsn()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
168
__be64
h_tail_lsn
; /* lsn of 1st LR w/ buffers not committed: 8 */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
169
__be64
h_tail_lsn
; /* lsn of 1st LR w/ buffers not committed: 8 */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
1101
*tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->
h_tail_lsn
));
in xlog_verify_head()
1220
atomic64_set(&log->l_tail_lsn, be64_to_cpu(rhead->
h_tail_lsn
));
in xlog_set_state()
1295
*tail_blk = BLOCK_LSN(be64_to_cpu(rhead->
h_tail_lsn
));
in xlog_find_tail()
1508
recp->
h_tail_lsn
= cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));
in xlog_add_record()
H
A
D
xfs_log.c
497
iclog->ic_header.
h_tail_lsn
= cpu_to_be64(tail_lsn);
in __xlog_state_release_iclog()
Completed in 27 milliseconds