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:highest_vol_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
vtbl.c
731
if (ai->
highest_vol_id
>= ubi->vtbl_slots + UBI_INT_VOL_COUNT &&
in check_attaching_info()
732
ai->
highest_vol_id
< UBI_INTERNAL_VOL_START) {
in check_attaching_info()
734
ai->
highest_vol_id
);
in check_attaching_info()
H
A
D
attach.c
140
if (vol_id > ai->
highest_vol_id
)
in find_or_add_av()
141
ai->
highest_vol_id
= vol_id;
in find_or_add_av()
1699
if (av->vol_id > ai->
highest_vol_id
) {
in self_check_ai()
1700
ubi_err(ubi, "
highest_vol_id
is %d, but vol_id %d is there",
in self_check_ai()
1701
ai->
highest_vol_id
, av->vol_id);
in self_check_ai()
H
A
D
ubi.h
743
* @
highest_vol_id
: highest volume ID
774
int
highest_vol_id
;
member
H
A
D
fastmap.c
719
if (ai->
highest_vol_id
< be32_to_cpu(fmvhdr->vol_id))
in ubi_attach_fastmap()
720
ai->
highest_vol_id
= be32_to_cpu(fmvhdr->vol_id);
in ubi_attach_fastmap()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
vtbl.c
731
if (ai->
highest_vol_id
>= ubi->vtbl_slots + UBI_INT_VOL_COUNT &&
in check_attaching_info()
732
ai->
highest_vol_id
< UBI_INTERNAL_VOL_START) {
in check_attaching_info()
734
ai->
highest_vol_id
);
in check_attaching_info()
H
A
D
attach.c
140
if (vol_id > ai->
highest_vol_id
)
in find_or_add_av()
141
ai->
highest_vol_id
= vol_id;
in find_or_add_av()
1699
if (av->vol_id > ai->
highest_vol_id
) {
in self_check_ai()
1700
ubi_err(ubi, "
highest_vol_id
is %d, but vol_id %d is there",
in self_check_ai()
1701
ai->
highest_vol_id
, av->vol_id);
in self_check_ai()
H
A
D
ubi.h
741
* @
highest_vol_id
: highest volume ID
772
int
highest_vol_id
;
member
H
A
D
fastmap.c
719
if (ai->
highest_vol_id
< be32_to_cpu(fmvhdr->vol_id))
in ubi_attach_fastmap()
720
ai->
highest_vol_id
= be32_to_cpu(fmvhdr->vol_id);
in ubi_attach_fastmap()
Completed in 16 milliseconds