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:mh_magic
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
util.h
102
u32 magic = be32_to_cpu(mh->
mh_magic
);
in gfs2_meta_check()
123
u32 magic = be32_to_cpu(mh->
mh_magic
);
in gfs2_metatype_check_i()
H
A
D
trans.c
229
if (unlikely(mh->
mh_magic
!= cpu_to_be32(GFS2_MAGIC))) {
in gfs2_trans_add_meta()
H
A
D
lops.c
607
ld->ld_header.
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in gfs2_get_log_desc()
866
mh->
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in revoke_lo_before_commit()
H
A
D
recovery.c
125
if (lh->lh_header.
mh_magic
!= cpu_to_be32(GFS2_MAGIC) ||
in __get_log_header()
H
A
D
meta_io.c
167
mh->
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in meta_prep_new()
H
A
D
log.c
778
lh->lh_header.
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in gfs2_write_log_header()
H
A
D
super.c
419
str->di_header.
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in gfs2_dinode_out()
H
A
D
ops_fstype.c
209
sb->sb_magic = be32_to_cpu(str->sb_header.
mh_magic
);
in gfs2_sb_in()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
util.h
102
u32 magic = be32_to_cpu(mh->
mh_magic
);
in gfs2_meta_check()
123
u32 magic = be32_to_cpu(mh->
mh_magic
);
in gfs2_metatype_check_i()
H
A
D
trans.c
265
if (unlikely(mh->
mh_magic
!= cpu_to_be32(GFS2_MAGIC))) {
in gfs2_trans_add_meta()
H
A
D
recovery.c
123
if (lh->lh_header.
mh_magic
!= cpu_to_be32(GFS2_MAGIC) ||
in __get_log_header()
H
A
D
meta_io.c
175
mh->
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in meta_prep_new()
H
A
D
lops.c
613
ld->ld_header.
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in gfs2_get_log_desc()
883
mh->
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in revoke_lo_before_commit()
H
A
D
super.c
402
str->di_header.
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in gfs2_dinode_out()
H
A
D
log.c
851
lh->lh_header.
mh_magic
= cpu_to_be32(GFS2_MAGIC);
in gfs2_write_log_header()
H
A
D
ops_fstype.c
204
sb->sb_magic = be32_to_cpu(str->sb_header.
mh_magic
);
in gfs2_sb_in()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
83
__be32
mh_magic
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
83
__be32
mh_magic
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
69
__be32
mh_magic
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
69
__be32
mh_magic
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
56
__be32
mh_magic
;
member
Completed in 28 milliseconds