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:magic32
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item_recover.c
209
uint32_t
magic32
;
in xlog_recover_validate_buf_type()
local
225
magic32
= be32_to_cpu(*(__be32 *)bp->b_addr);
in xlog_recover_validate_buf_type()
230
switch (
magic32
) {
in xlog_recover_validate_buf_type()
263
if (
magic32
!= XFS_AGF_MAGIC) {
in xlog_recover_validate_buf_type()
270
if (
magic32
!= XFS_AGFL_MAGIC) {
in xlog_recover_validate_buf_type()
277
if (
magic32
!= XFS_AGI_MAGIC) {
in xlog_recover_validate_buf_type()
306
if (
magic32
!= XFS_SYMLINK_MAGIC) {
in xlog_recover_validate_buf_type()
313
if (
magic32
!= XFS_DIR2_BLOCK_MAGIC &&
in xlog_recover_validate_buf_type()
314
magic32
!= XFS_DIR3_BLOCK_MAGIC) {
in xlog_recover_validate_buf_type()
321
if (
magic32
!
in xlog_recover_validate_buf_type()
703
uint32_t
magic32
;
xlog_recover_get_buf_lsn()
local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item_recover.c
218
uint32_t
magic32
;
in xlog_recover_validate_buf_type()
local
234
magic32
= be32_to_cpu(*(__be32 *)bp->b_addr);
in xlog_recover_validate_buf_type()
239
switch (
magic32
) {
in xlog_recover_validate_buf_type()
272
if (
magic32
!= XFS_AGF_MAGIC) {
in xlog_recover_validate_buf_type()
279
if (
magic32
!= XFS_AGFL_MAGIC) {
in xlog_recover_validate_buf_type()
286
if (
magic32
!= XFS_AGI_MAGIC) {
in xlog_recover_validate_buf_type()
315
if (
magic32
!= XFS_SYMLINK_MAGIC) {
in xlog_recover_validate_buf_type()
322
if (
magic32
!= XFS_DIR2_BLOCK_MAGIC &&
in xlog_recover_validate_buf_type()
323
magic32
!= XFS_DIR3_BLOCK_MAGIC) {
in xlog_recover_validate_buf_type()
330
if (
magic32
!
in xlog_recover_validate_buf_type()
713
uint32_t
magic32
;
xlog_recover_get_buf_lsn()
local
[all...]
Completed in 2 milliseconds