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:XFS_AGF_MAGIC
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item_recover.c
263
if (magic32 !=
XFS_AGF_MAGIC
) {
in xlog_recover_validate_buf_type()
740
case
XFS_AGF_MAGIC
:
in xlog_recover_get_buf_lsn()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item_recover.c
272
if (magic32 !=
XFS_AGF_MAGIC
) {
in xlog_recover_validate_buf_type()
759
case
XFS_AGF_MAGIC
:
in xlog_recover_get_buf_lsn()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ag.c
249
agf->agf_magicnum = cpu_to_be32(
XFS_AGF_MAGIC
);
in xfs_agfblock_init()
H
A
D
xfs_alloc.c
2942
.magic = { cpu_to_be32(
XFS_AGF_MAGIC
), cpu_to_be32(
XFS_AGF_MAGIC
) },
H
A
D
xfs_format.h
636
#define
XFS_AGF_MAGIC
0x58414746 /* 'XAGF' */
macro
661
__be32 agf_magicnum; /* magic number ==
XFS_AGF_MAGIC
*/
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
188
agf->agf_magicnum = cpu_to_be32(
XFS_AGF_MAGIC
);
in xrep_agf_init_header()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
204
agf->agf_magicnum = cpu_to_be32(
XFS_AGF_MAGIC
);
in xrep_agf_init_header()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ag.c
657
agf->agf_magicnum = cpu_to_be32(
XFS_AGF_MAGIC
);
in xfs_agfblock_init()
H
A
D
xfs_format.h
470
#define
XFS_AGF_MAGIC
0x58414746 /* 'XAGF' */
macro
495
__be32 agf_magicnum; /* magic number ==
XFS_AGF_MAGIC
*/
H
A
D
xfs_alloc.c
3153
.magic = { cpu_to_be32(
XFS_AGF_MAGIC
), cpu_to_be32(
XFS_AGF_MAGIC
) },
Completed in 22 milliseconds