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:lba_to_pba_table
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memstick/core/
H
A
D
ms_block.c
1117
pba = msb->
lba_to_pba_table
[lba];
in msb_update_block()
1148
msb->
lba_to_pba_table
[lba] = new_pba;
in msb_update_block()
1340
msb->
lba_to_pba_table
=
in msb_ftl_initialize()
1344
if (!msb->used_blocks_bitmap || !msb->
lba_to_pba_table
||
in msb_ftl_initialize()
1348
kfree(msb->
lba_to_pba_table
);
in msb_ftl_initialize()
1355
memset(msb->
lba_to_pba_table
, MS_BLOCK_INVALID,
in msb_ftl_initialize()
1455
if (msb->
lba_to_pba_table
[lba] == MS_BLOCK_INVALID) {
in msb_ftl_scan()
1457
msb->
lba_to_pba_table
[lba] = pba;
in msb_ftl_scan()
1461
other_block = msb->
lba_to_pba_table
[lba];
in msb_ftl_scan()
1470
msb->
lba_to_pba_table
[lb
in msb_ftl_scan()
[all...]
H
A
D
ms_block.h
180
u16 *
lba_to_pba_table
;
member
/kernel/linux/linux-6.6/drivers/memstick/core/
H
A
D
ms_block.c
1123
pba = msb->
lba_to_pba_table
[lba];
in msb_update_block()
1154
msb->
lba_to_pba_table
[lba] = new_pba;
in msb_update_block()
1346
msb->
lba_to_pba_table
=
in msb_ftl_initialize()
1350
if (!msb->used_blocks_bitmap || !msb->
lba_to_pba_table
||
in msb_ftl_initialize()
1354
kfree(msb->
lba_to_pba_table
);
in msb_ftl_initialize()
1361
memset(msb->
lba_to_pba_table
, MS_BLOCK_INVALID,
in msb_ftl_initialize()
1461
if (msb->
lba_to_pba_table
[lba] == MS_BLOCK_INVALID) {
in msb_ftl_scan()
1463
msb->
lba_to_pba_table
[lba] = pba;
in msb_ftl_scan()
1467
other_block = msb->
lba_to_pba_table
[lba];
in msb_ftl_scan()
1476
msb->
lba_to_pba_table
[lb
in msb_ftl_scan()
[all...]
H
A
D
ms_block.h
179
u16 *
lba_to_pba_table
;
member
Completed in 6 milliseconds