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_magic
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
reiserfs_xattr.h
15
__le32
h_magic
; /* magic number for identification */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
reiserfs_xattr.h
15
__le32
h_magic
; /* magic number for identification */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
reiserfs_xattr.h
24
__le32
h_magic
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
reiserfs_xattr.h
11
__le32
h_magic
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
reiserfs_xattr.h
24
__le32
h_magic
;
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.h
31
__le32
h_magic
; /* magic number for identification */
member
41
__le32
h_magic
; /* magic number for identification */
member
H
A
D
xattr.c
241
if (BHDR(bh)->
h_magic
!= cpu_to_le32(EXT4_XATTR_MAGIC) ||
in __ext4_xattr_check_block()
273
(header->
h_magic
!= cpu_to_le32(EXT4_XATTR_MAGIC)))
in __xattr_check_inode()
1977
header(s->base)->
h_magic
= cpu_to_le32(EXT4_XATTR_MAGIC);
in ext4_xattr_block_set()
2236
header->
h_magic
= cpu_to_le32(EXT4_XATTR_MAGIC);
in ext4_xattr_ibody_set()
2239
header->
h_magic
= cpu_to_le32(0);
in ext4_xattr_ibody_set()
2897
if (header->
h_magic
== cpu_to_le32(EXT4_XATTR_MAGIC))
in ext4_xattr_delete_inode()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.h
31
__le32
h_magic
; /* magic number for identification */
member
41
__le32
h_magic
; /* magic number for identification */
member
H
A
D
xattr.c
200
if (BHDR(bh)->
h_magic
!= cpu_to_le32(EXT4_XATTR_MAGIC) ||
in check_xattrs()
220
if (header->
h_magic
!= cpu_to_le32(EXT4_XATTR_MAGIC)) {
in check_xattrs()
2031
header(s->base)->
h_magic
= cpu_to_le32(EXT4_XATTR_MAGIC);
in ext4_xattr_block_set()
2292
header->
h_magic
= cpu_to_le32(EXT4_XATTR_MAGIC);
in ext4_xattr_ibody_set()
2295
header->
h_magic
= cpu_to_le32(0);
in ext4_xattr_ibody_set()
2955
if (header->
h_magic
== cpu_to_le32(EXT4_XATTR_MAGIC))
in ext4_xattr_delete_inode()
/kernel/linux/linux-5.10/fs/omfs/
H
A
D
omfs_fs.h
41
u8
h_magic
; /* OMFS_IMAGIC */
member
H
A
D
inode.c
134
oi->i_head.
h_magic
= OMFS_IMAGIC;
in __omfs_write_inode()
/kernel/linux/linux-6.6/fs/omfs/
H
A
D
omfs_fs.h
41
u8
h_magic
; /* OMFS_IMAGIC */
member
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
xattr.h
28
__le32
h_magic
; /* magic number for identification */
member
H
A
D
xattr.c
141
if (header->
h_magic
!= cpu_to_le32(EXT2_XATTR_MAGIC) ||
in ext2_xattr_header_valid()
557
header->
h_magic
= cpu_to_le32(EXT2_XATTR_MAGIC);
in ext2_xattr_set()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
xattr.h
28
__le32
h_magic
; /* magic number for identification */
member
H
A
D
xattr.c
141
if (header->
h_magic
!= cpu_to_le32(EXT2_XATTR_MAGIC) ||
in ext2_xattr_header_valid()
555
header->
h_magic
= cpu_to_le32(EXT2_XATTR_MAGIC);
in ext2_xattr_set()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
xattr.h
43
__le32
h_magic
; /* magic number for identification */
member
H
A
D
xattr.c
421
if (le32_to_cpu(header->
h_magic
) != F2FS_XATTR_MAGIC) {
in read_all_xattrs()
422
header->
h_magic
= cpu_to_le32(F2FS_XATTR_MAGIC);
in read_all_xattrs()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
xattr.h
43
__le32
h_magic
; /* magic number for identification */
member
H
A
D
xattr.c
420
if (le32_to_cpu(header->
h_magic
) != F2FS_XATTR_MAGIC) {
in read_all_xattrs()
421
header->
h_magic
= cpu_to_le32(F2FS_XATTR_MAGIC);
in read_all_xattrs()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
xattr.c
573
rxh->
h_magic
= cpu_to_le32(REISERFS_XATTR_MAGIC);
in reiserfs_xattr_set_handle()
729
if (rxh->
h_magic
!= cpu_to_le32(REISERFS_XATTR_MAGIC)) {
in reiserfs_xattr_get()
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
134
__be32
h_magic
;
member
169
__be32
h_magic
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
xattr.c
568
rxh->
h_magic
= cpu_to_le32(REISERFS_XATTR_MAGIC);
in reiserfs_xattr_set_handle()
724
if (rxh->
h_magic
!= cpu_to_le32(REISERFS_XATTR_MAGIC)) {
in reiserfs_xattr_get()
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
133
__be32
h_magic
;
member
168
__be32
h_magic
;
member
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
recovery.c
547
if (tmp->
h_magic
!= cpu_to_be32(JBD2_MAGIC_NUMBER)) {
in do_one_pass()
Completed in 26 milliseconds
1
2