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:ppl_header_entry
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/raid/
H
A
D
md_p.h
407
struct
ppl_header_entry
{
struct
421
(PPL_HDR_ENTRY_SPACE / sizeof(struct
ppl_header_entry
))
430
struct
ppl_header_entry
entries[PPL_HDR_MAX_ENTRIES];
/kernel/linux/linux-6.6/include/uapi/linux/raid/
H
A
D
md_p.h
407
struct
ppl_header_entry
{
struct
421
(PPL_HDR_ENTRY_SPACE / sizeof(struct
ppl_header_entry
))
430
struct
ppl_header_entry
entries[PPL_HDR_MAX_ENTRIES];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
247
struct
ppl_header_entry
{
struct
259
(PPL_HDR_ENTRY_SPACE / sizeof(struct
ppl_header_entry
))
267
struct
ppl_header_entry
entries[PPL_HDR_MAX_ENTRIES];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
228
struct
ppl_header_entry
{
struct
238
#define PPL_HDR_MAX_ENTRIES (PPL_HDR_ENTRY_SPACE / sizeof(struct
ppl_header_entry
))
246
struct
ppl_header_entry
entries[PPL_HDR_MAX_ENTRIES];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/raid/
H
A
D
md_p.h
228
struct
ppl_header_entry
{
struct
238
#define PPL_HDR_MAX_ENTRIES (PPL_HDR_ENTRY_SPACE / sizeof(struct
ppl_header_entry
))
246
struct
ppl_header_entry
entries[PPL_HDR_MAX_ENTRIES];
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5-ppl.c
20
* (struct
ppl_header_entry
) which describe the logged write requests.
95
* in
ppl_header_entry
*/
269
struct
ppl_header_entry
*e = NULL;
in ppl_log_stripe()
315
struct
ppl_header_entry
*last =
in ppl_log_stripe()
446
struct
ppl_header_entry
*e = &pplhdr->entries[i];
in ppl_submit_iounit()
795
static int ppl_recover_entry(struct ppl_log *log, struct
ppl_header_entry
*e,
in ppl_recover_entry()
988
struct
ppl_header_entry
*e = &pplhdr->entries[i];
in ppl_recover()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5-ppl.c
20
* (struct
ppl_header_entry
) which describe the logged write requests.
95
* in
ppl_header_entry
*/
270
struct
ppl_header_entry
*e = NULL;
in ppl_log_stripe()
316
struct
ppl_header_entry
*last =
in ppl_log_stripe()
445
struct
ppl_header_entry
*e = &pplhdr->entries[i];
in ppl_submit_iounit()
786
static int ppl_recover_entry(struct ppl_log *log, struct
ppl_header_entry
*e,
in ppl_recover_entry()
983
struct
ppl_header_entry
*e = &pplhdr->entries[i];
in ppl_recover()
Completed in 9 milliseconds