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_magicno
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_recover.c
213
ASSERT(head->
h_magicno
== cpu_to_be32(XLOG_HEADER_MAGIC_NUM));
in xlog_header_check_recover()
244
ASSERT(head->
h_magicno
== cpu_to_be32(XLOG_HEADER_MAGIC_NUM));
in xlog_header_check_mount()
442
if (head->
h_magicno
== cpu_to_be32(XLOG_HEADER_MAGIC_NUM))
in xlog_find_verify_log_record()
1497
recp->
h_magicno
= cpu_to_be32(XLOG_HEADER_MAGIC_NUM);
in xlog_add_record()
2913
rhead->
h_magicno
!= cpu_to_be32(XLOG_HEADER_MAGIC_NUM)))
in xlog_valid_rec_header()
H
A
D
xfs_log.c
1621
head->
h_magicno
= cpu_to_be32(XLOG_HEADER_MAGIC_NUM);
in xlog_alloc_log()
3640
if (iclog->ic_header.
h_magicno
!= cpu_to_be32(XLOG_HEADER_MAGIC_NUM))
in xlog_verify_iclog()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
219
ASSERT(head->
h_magicno
== cpu_to_be32(XLOG_HEADER_MAGIC_NUM));
in xlog_header_check_recover()
250
ASSERT(head->
h_magicno
== cpu_to_be32(XLOG_HEADER_MAGIC_NUM));
in xlog_header_check_mount()
448
if (head->
h_magicno
== cpu_to_be32(XLOG_HEADER_MAGIC_NUM))
in xlog_find_verify_log_record()
1503
recp->
h_magicno
= cpu_to_be32(XLOG_HEADER_MAGIC_NUM);
in xlog_add_record()
2894
rhead->
h_magicno
!= cpu_to_be32(XLOG_HEADER_MAGIC_NUM)))
in xlog_valid_rec_header()
H
A
D
xfs_log.c
1407
head->
h_magicno
= cpu_to_be32(XLOG_HEADER_MAGIC_NUM);
in xlog_alloc_log()
3599
if (iclog->ic_header.
h_magicno
!= cpu_to_be32(XLOG_HEADER_MAGIC_NUM))
in xlog_verify_iclog()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
163
__be32
h_magicno
; /* log record (LR) identifier : 4 */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
164
__be32
h_magicno
; /* log record (LR) identifier : 4 */
member
Completed in 21 milliseconds