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:hdrs_min_io_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
build.c
585
* aligned to @io->
hdrs_min_io_size
;
634
ubi->
hdrs_min_io_size
= ubi->mtd->writesize >> ubi->mtd->subpage_sft;
in io_init()
647
ubi_assert(ubi->
hdrs_min_io_size
> 0);
in io_init()
648
ubi_assert(ubi->
hdrs_min_io_size
<= ubi->min_io_size);
in io_init()
649
ubi_assert(ubi->min_io_size % ubi->
hdrs_min_io_size
== 0);
in io_init()
665
ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->
hdrs_min_io_size
);
in io_init()
666
ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->
hdrs_min_io_size
);
in io_init()
670
dbg_gen("
hdrs_min_io_size
%d", ubi->
hdrs_min_io_size
);
in io_init()
680
~(ubi->
hdrs_min_io_size
in io_init()
[all...]
H
A
D
io.c
42
* I/O unit for the headers (the @ubi->
hdrs_min_io_size
field). But it still
233
ubi_assert(offset % ubi->
hdrs_min_io_size
== 0);
in ubi_io_write()
234
ubi_assert(len > 0 && len % ubi->
hdrs_min_io_size
== 0);
in ubi_io_write()
H
A
D
ubi.h
535
* @
hdrs_min_io_size
: minimal I/O unit size used for VID and EC headers
540
* @ec_hdr_alsize: size of the EC header aligned to @
hdrs_min_io_size
541
* @vid_hdr_alsize: size of the VID header aligned to @
hdrs_min_io_size
545
* @
hdrs_min_io_size
639
int
hdrs_min_io_size
;
member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
build.c
587
* aligned to @io->
hdrs_min_io_size
;
634
ubi->
hdrs_min_io_size
= ubi->mtd->writesize >> ubi->mtd->subpage_sft;
in io_init()
647
ubi_assert(ubi->
hdrs_min_io_size
> 0);
in io_init()
648
ubi_assert(ubi->
hdrs_min_io_size
<= ubi->min_io_size);
in io_init()
649
ubi_assert(ubi->min_io_size % ubi->
hdrs_min_io_size
== 0);
in io_init()
665
ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->
hdrs_min_io_size
);
in io_init()
666
ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->
hdrs_min_io_size
);
in io_init()
670
dbg_gen("
hdrs_min_io_size
%d", ubi->
hdrs_min_io_size
);
in io_init()
680
~(ubi->
hdrs_min_io_size
in io_init()
[all...]
H
A
D
io.c
42
* I/O unit for the headers (the @ubi->
hdrs_min_io_size
field). But it still
233
ubi_assert(offset % ubi->
hdrs_min_io_size
== 0);
in ubi_io_write()
234
ubi_assert(len > 0 && len % ubi->
hdrs_min_io_size
== 0);
in ubi_io_write()
H
A
D
ubi.h
533
* @
hdrs_min_io_size
: minimal I/O unit size used for VID and EC headers
538
* @ec_hdr_alsize: size of the EC header aligned to @
hdrs_min_io_size
539
* @vid_hdr_alsize: size of the VID header aligned to @
hdrs_min_io_size
543
* @
hdrs_min_io_size
637
int
hdrs_min_io_size
;
member
Completed in 10 milliseconds