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:MS_BLOCK_INVALID
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memstick/core/
H
A
D
ms_block.c
860
if (pba ==
MS_BLOCK_INVALID
) {
in msb_read_page()
1005
if (pba ==
MS_BLOCK_INVALID
) {
in msb_write_block()
1007
"BUG: write: attempt to write
MS_BLOCK_INVALID
block");
in msb_write_block()
1085
return
MS_BLOCK_INVALID
;
in msb_get_free_block()
1104
return
MS_BLOCK_INVALID
;
in msb_get_free_block()
1120
if (pba !=
MS_BLOCK_INVALID
) {
in msb_update_block()
1130
if (new_pba ==
MS_BLOCK_INVALID
) {
in msb_update_block()
1193
msb->boot_block_locations[0] =
MS_BLOCK_INVALID
;
in msb_read_boot_blocks()
1194
msb->boot_block_locations[1] =
MS_BLOCK_INVALID
;
in msb_read_boot_blocks()
1263
if (msb->boot_block_locations[block_nr] ==
MS_BLOCK_INVALID
)
in msb_read_bad_block_table()
[all...]
H
A
D
ms_block.h
22
#define
MS_BLOCK_INVALID
0xffff
macro
/kernel/linux/linux-6.6/drivers/memstick/core/
H
A
D
ms_block.c
864
if (pba ==
MS_BLOCK_INVALID
) {
in msb_read_page()
1010
if (pba ==
MS_BLOCK_INVALID
) {
in msb_write_block()
1012
"BUG: write: attempt to write
MS_BLOCK_INVALID
block");
in msb_write_block()
1091
return
MS_BLOCK_INVALID
;
in msb_get_free_block()
1110
return
MS_BLOCK_INVALID
;
in msb_get_free_block()
1126
if (pba !=
MS_BLOCK_INVALID
) {
in msb_update_block()
1136
if (new_pba ==
MS_BLOCK_INVALID
) {
in msb_update_block()
1199
msb->boot_block_locations[0] =
MS_BLOCK_INVALID
;
in msb_read_boot_blocks()
1200
msb->boot_block_locations[1] =
MS_BLOCK_INVALID
;
in msb_read_boot_blocks()
1269
if (msb->boot_block_locations[block_nr] ==
MS_BLOCK_INVALID
)
in msb_read_bad_block_table()
[all...]
H
A
D
ms_block.h
22
#define
MS_BLOCK_INVALID
0xffff
macro
Completed in 6 milliseconds