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_type
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
util.h
124
u16 t = be32_to_cpu(mh->
mh_type
);
in gfs2_metatype_check_i()
142
mh->
mh_type
= cpu_to_be32(type);
in gfs2_metatype_set()
H
A
D
recovery.c
126
lh->lh_header.
mh_type
!= cpu_to_be32(GFS2_METATYPE_LH) ||
in __get_log_header()
221
if (be32_to_cpu(ld->ld_header.
mh_type
) == GFS2_METATYPE_LH) {
in foreach_descriptor()
H
A
D
lops.c
608
ld->ld_header.
mh_type
= cpu_to_be32(GFS2_METATYPE_LD);
in gfs2_get_log_desc()
793
if (mh->
mh_type
== cpu_to_be32(GFS2_METATYPE_RG)) {
in buf_lo_scan_elements()
867
mh->
mh_type
= cpu_to_be32(GFS2_METATYPE_LB);
in revoke_lo_before_commit()
H
A
D
dir.c
538
switch(be32_to_cpu(h->
mh_type
)) {
in gfs2_dirent_offset()
551
be32_to_cpu(h->
mh_type
));
in gfs2_dirent_offset()
H
A
D
log.c
779
lh->lh_header.
mh_type
= cpu_to_be32(GFS2_METATYPE_LH);
in gfs2_write_log_header()
H
A
D
super.c
420
str->di_header.
mh_type
= cpu_to_be32(GFS2_METATYPE_DI);
in gfs2_dinode_out()
H
A
D
ops_fstype.c
210
sb->sb_type = be32_to_cpu(str->sb_header.
mh_type
);
in gfs2_sb_in()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
util.h
124
u16 t = be32_to_cpu(mh->
mh_type
);
in gfs2_metatype_check_i()
142
mh->
mh_type
= cpu_to_be32(type);
in gfs2_metatype_set()
H
A
D
recovery.c
124
lh->lh_header.
mh_type
!= cpu_to_be32(GFS2_METATYPE_LH) ||
in __get_log_header()
220
if (be32_to_cpu(ld->ld_header.
mh_type
) == GFS2_METATYPE_LH) {
in foreach_descriptor()
H
A
D
lops.c
614
ld->ld_header.
mh_type
= cpu_to_be32(GFS2_METATYPE_LD);
in gfs2_get_log_desc()
823
if (mh->
mh_type
== cpu_to_be32(GFS2_METATYPE_RG))
in buf_lo_scan_elements()
884
mh->
mh_type
= cpu_to_be32(GFS2_METATYPE_LB);
in revoke_lo_before_commit()
H
A
D
dir.c
537
switch(be32_to_cpu(h->
mh_type
)) {
in gfs2_dirent_offset()
550
be32_to_cpu(h->
mh_type
));
in gfs2_dirent_offset()
H
A
D
super.c
403
str->di_header.
mh_type
= cpu_to_be32(GFS2_METATYPE_DI);
in gfs2_dinode_out()
H
A
D
log.c
852
lh->lh_header.
mh_type
= cpu_to_be32(GFS2_METATYPE_LH);
in gfs2_write_log_header()
H
A
D
ops_fstype.c
205
sb->sb_type = be32_to_cpu(str->sb_header.
mh_type
);
in gfs2_sb_in()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
84
__be32
mh_type
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
84
__be32
mh_type
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
70
__be32
mh_type
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
70
__be32
mh_type
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
57
__be32
mh_type
;
member
Completed in 28 milliseconds