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:sb_lsn
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
210
if (!xfs_log_check_lsn(mp, sbp->
sb_lsn
))
in xfs_validate_sb_write()
543
to->
sb_lsn
= be64_to_cpu(from->
sb_lsn
);
in __xfs_sb_from_disk()
692
to->
sb_lsn
= cpu_to_be64(from->
sb_lsn
);
in xfs_sb_to_disk()
802
dsb->
sb_lsn
= cpu_to_be64(bip->bli_item.li_lsn);
in xfs_sb_write_verify()
H
A
D
xfs_format.h
175
xfs_lsn_t
sb_lsn
; /* last write sequence */
member
262
__be64
sb_lsn
; /* last write sequence */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
298
if (!xfs_log_check_lsn(mp, sbp->
sb_lsn
))
in xfs_validate_sb_write()
665
to->
sb_lsn
= be64_to_cpu(from->
sb_lsn
);
in __xfs_sb_from_disk()
822
to->
sb_lsn
= cpu_to_be64(from->
sb_lsn
);
in xfs_sb_to_disk()
931
dsb->
sb_lsn
= cpu_to_be64(bip->bli_item.li_lsn);
in xfs_sb_write_verify()
H
A
D
xfs_format.h
175
xfs_lsn_t
sb_lsn
; /* last write sequence */
member
262
__be64
sb_lsn
; /* last write sequence */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item_recover.c
779
lsn = be64_to_cpu(((struct xfs_dsb *)blk)->
sb_lsn
);
in xlog_recover_get_buf_lsn()
H
A
D
xfs_log_recover.c
3374
!xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.
sb_lsn
))
in xlog_recover()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item_recover.c
798
lsn = be64_to_cpu(((struct xfs_dsb *)blk)->
sb_lsn
);
in xlog_recover_get_buf_lsn()
H
A
D
xfs_log_recover.c
3370
!xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.
sb_lsn
))
in xlog_recover()
Completed in 21 milliseconds