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:fmh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
erofs_fs.h
435
const __le64
fmh
= *(__le64 *)&(struct z_erofs_map_header) {
in erofs_check_ondisk_layout_definitions()
local
457
BUILD_BUG_ON(__builtin_constant_p(
fmh
) ?
in erofs_check_ondisk_layout_definitions()
458
fmh
!= cpu_to_le64(1ULL << 63) : 0);
in erofs_check_ondisk_layout_definitions()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
skd_main.c
149
struct fit_msg_hdr
fmh
;
member
484
struct fit_msg_hdr *
fmh
;
in skd_mq_queue_rq()
local
545
fmh
= &skmsg->msg_buf->
fmh
;
in skd_mq_queue_rq()
546
memset(
fmh
, 0, sizeof(*
fmh
));
in skd_mq_queue_rq()
547
fmh
->protocol_id = FIT_PROTOCOL_ID_SOFIT;
in skd_mq_queue_rq()
548
skmsg->length = sizeof(*
fmh
);
in skd_mq_queue_rq()
550
fmh
= &skmsg->msg_buf->
fmh
;
in skd_mq_queue_rq()
887
struct fit_msg_hdr *
fmh
;
skd_format_internal_skspcl()
local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
fastmap.c
1126
struct ubi_fm_hdr *
fmh
;
in ubi_write_fastmap()
local
1172
fmh
= (struct ubi_fm_hdr *)(fm_raw + fm_pos);
in ubi_write_fastmap()
1173
fm_pos += sizeof(*
fmh
);
in ubi_write_fastmap()
1182
fmh
->magic = cpu_to_be32(UBI_FM_HDR_MAGIC);
in ubi_write_fastmap()
1222
fmh
->free_peb_count = cpu_to_be32(free_peb_count);
in ubi_write_fastmap()
1247
fmh
->used_peb_count = cpu_to_be32(used_peb_count);
in ubi_write_fastmap()
1260
fmh
->scrub_peb_count = cpu_to_be32(scrub_peb_count);
in ubi_write_fastmap()
1279
fmh
->erase_peb_count = cpu_to_be32(erase_peb_count);
in ubi_write_fastmap()
1317
fmh
->vol_count = cpu_to_be32(vol_count);
in ubi_write_fastmap()
1318
fmh
in ubi_write_fastmap()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
fastmap.c
1136
struct ubi_fm_hdr *
fmh
;
in ubi_write_fastmap()
local
1182
fmh
= (struct ubi_fm_hdr *)(fm_raw + fm_pos);
in ubi_write_fastmap()
1183
fm_pos += sizeof(*
fmh
);
in ubi_write_fastmap()
1192
fmh
->magic = cpu_to_be32(UBI_FM_HDR_MAGIC);
in ubi_write_fastmap()
1232
fmh
->free_peb_count = cpu_to_be32(free_peb_count);
in ubi_write_fastmap()
1257
fmh
->used_peb_count = cpu_to_be32(used_peb_count);
in ubi_write_fastmap()
1270
fmh
->scrub_peb_count = cpu_to_be32(scrub_peb_count);
in ubi_write_fastmap()
1289
fmh
->erase_peb_count = cpu_to_be32(erase_peb_count);
in ubi_write_fastmap()
1327
fmh
->vol_count = cpu_to_be32(vol_count);
in ubi_write_fastmap()
1328
fmh
in ubi_write_fastmap()
[all...]
Completed in 8 milliseconds