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:smeta_buf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-recovery.c
658
struct line_smeta *
smeta_buf
;
in pblk_recov_l2p()
local
673
smeta_buf
= (struct line_smeta *)smeta;
in pblk_recov_l2p()
684
line->lun_bitmap = ((void *)(
smeta_buf
)) +
in pblk_recov_l2p()
694
crc = pblk_calc_smeta_crc(pblk,
smeta_buf
);
in pblk_recov_l2p()
695
if (le32_to_cpu(
smeta_buf
->crc) != crc)
in pblk_recov_l2p()
698
if (le32_to_cpu(
smeta_buf
->header.identifier) != PBLK_MAGIC)
in pblk_recov_l2p()
701
if (
smeta_buf
->header.version_major != SMETA_VERSION_MAJOR) {
in pblk_recov_l2p()
703
smeta_buf
->header.version_major);
in pblk_recov_l2p()
710
(guid_t *)&
smeta_buf
->header.uuid);
in pblk_recov_l2p()
715
(guid_t *)&
smeta_buf
in pblk_recov_l2p()
[all...]
H
A
D
pblk-core.c
960
struct line_smeta *
smeta_buf
= (struct line_smeta *)line->smeta;
in pblk_line_init_metadata()
local
985
line->lun_bitmap = ((void *)(
smeta_buf
)) + sizeof(struct line_smeta);
in pblk_line_init_metadata()
990
smeta_buf
->header.identifier = cpu_to_le32(PBLK_MAGIC);
in pblk_line_init_metadata()
991
guid_copy((guid_t *)&
smeta_buf
->header.uuid, &pblk->instance_uuid);
in pblk_line_init_metadata()
992
smeta_buf
->header.id = cpu_to_le32(line->id);
in pblk_line_init_metadata()
993
smeta_buf
->header.type = cpu_to_le16(line->type);
in pblk_line_init_metadata()
994
smeta_buf
->header.version_major = SMETA_VERSION_MAJOR;
in pblk_line_init_metadata()
995
smeta_buf
->header.version_minor = SMETA_VERSION_MINOR;
in pblk_line_init_metadata()
998
smeta_buf
->seq_nr = cpu_to_le64(line->seq_nr);
in pblk_line_init_metadata()
999
smeta_buf
in pblk_line_init_metadata()
[all...]
Completed in 4 milliseconds