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:FormattedSize
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
ftl.c
157
part->header.
FormattedSize
= 0;
in scan_header()
265
blocks = le32_to_cpu(header.
FormattedSize
) >> header.BlockSize;
in build_maps()
765
if (((sector+i) * SECTOR_SIZE) >= le32_to_cpu(part->header.
FormattedSize
)) {
in ftl_read()
887
if (virt_addr >= le32_to_cpu(part->header.
FormattedSize
)) {
in ftl_write()
948
sect = le32_to_cpu(part->header.
FormattedSize
)/SECTOR_SIZE;
in ftl_getgeo()
1026
le32_to_cpu(partition->header.
FormattedSize
) >> 10);
in ftl_add_mtd()
1028
partition->mbd.size = le32_to_cpu(partition->header.
FormattedSize
) >> 9;
in ftl_add_mtd()
H
A
D
nftlmount.c
171
nftl->numvunits = le32_to_cpu(mh->
FormattedSize
) / nftl->EraseSize;
in find_boot_record()
H
A
D
nftlcore.c
483
for (chain = 0; chain < le32_to_cpu(nftl->MediaHdr.
FormattedSize
) / nftl->EraseSize; chain++) {
in NFTL_makefreeblock()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
ftl.c
157
part->header.
FormattedSize
= 0;
in scan_header()
265
blocks = le32_to_cpu(header.
FormattedSize
) >> header.BlockSize;
in build_maps()
765
if (((sector+i) * SECTOR_SIZE) >= le32_to_cpu(part->header.
FormattedSize
)) {
in ftl_read()
887
if (virt_addr >= le32_to_cpu(part->header.
FormattedSize
)) {
in ftl_write()
948
sect = le32_to_cpu(part->header.
FormattedSize
)/SECTOR_SIZE;
in ftl_getgeo()
1026
le32_to_cpu(partition->header.
FormattedSize
) >> 10);
in ftl_add_mtd()
1028
partition->mbd.size = le32_to_cpu(partition->header.
FormattedSize
) >> 9;
in ftl_add_mtd()
H
A
D
nftlcore.c
483
for (chain = 0; chain < le32_to_cpu(nftl->MediaHdr.
FormattedSize
) / nftl->EraseSize; chain++) {
in NFTL_makefreeblock()
H
A
D
nftlmount.c
171
nftl->numvunits = le32_to_cpu(mh->
FormattedSize
) / nftl->EraseSize;
in find_boot_record()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
ftl.h
44
uint32_t
FormattedSize
;
member
/kernel/linux/linux-5.10/include/uapi/mtd/
H
A
D
nftl-user.h
72
__u32
FormattedSize
;
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
ftl.h
44
uint32_t
FormattedSize
;
member
/kernel/linux/linux-6.6/include/uapi/mtd/
H
A
D
nftl-user.h
72
__u32
FormattedSize
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/
H
A
D
nftl-user.h
56
__u32
FormattedSize
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
H
A
D
nftl-user.h
56
__u32
FormattedSize
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
H
A
D
nftl-user.h
43
__u32
FormattedSize
;
member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
diskonchip.c
930
le32_to_cpus(&mh->
FormattedSize
);
in nftl_partscan()
935
"
FormattedSize
= %d\n"
in nftl_partscan()
938
mh->FirstPhysicalEUN, mh->
FormattedSize
,
in nftl_partscan()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
diskonchip.c
930
le32_to_cpus(&mh->
FormattedSize
);
in nftl_partscan()
935
"
FormattedSize
= %d\n"
in nftl_partscan()
938
mh->FirstPhysicalEUN, mh->
FormattedSize
,
in nftl_partscan()
Completed in 13 milliseconds