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:line_emeta
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk.h
373
* 1. struct
line_emeta
381
struct
line_emeta
{
struct
411
struct
line_emeta
*buf; /* emeta buffer in media format */
485
PBLK_EMETA_TYPE_HEADER = 1, /* struct
line_emeta
first sector */
546
* [1]: struct
line_emeta
+
879
int pblk_recov_check_emeta(struct pblk *pblk, struct
line_emeta
*emeta);
934
static inline void *emeta_to_bb(struct
line_emeta
*emeta)
in emeta_to_bb()
940
struct
line_emeta
*emeta)
in emeta_to_wa()
945
static inline void *emeta_to_lbas(struct pblk *pblk, struct
line_emeta
*emeta)
in emeta_to_lbas()
950
static inline void *emeta_to_vsc(struct pblk *pblk, struct
line_emeta
*emet
[all...]
H
A
D
pblk-recovery.c
24
int pblk_recov_check_emeta(struct pblk *pblk, struct
line_emeta
*emeta_buf)
in pblk_recov_check_emeta()
44
struct
line_emeta
*emeta_buf = emeta->buf;
in pblk_recov_l2p_from_emeta()
568
struct
line_emeta
*emeta)
in pblk_recov_check_line_version()
588
struct
line_emeta
*emeta)
in pblk_recov_wa_counters()
H
A
D
pblk-gc.c
134
struct
line_emeta
*emeta_buf;
in get_lba_list_from_emeta()
H
A
D
pblk-core.c
959
struct
line_emeta
*emeta_buf = emeta->buf;
in pblk_line_init_metadata()
1793
struct
line_emeta
*emeta_buf = emeta->buf;
in pblk_line_close_meta()
H
A
D
pblk-init.c
624
/* See comment over struct
line_emeta
definition */
634
sizeof(struct
line_emeta
) + lm->blk_bitmap_len +
in calc_emeta_len()
970
*
line_emeta
definition
in pblk_line_meta_init()
Completed in 10 milliseconds