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:raid10_format
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-raid.c
336
{ CTR_FLAG_RAID10_FORMAT, "
raid10_format
"},
1122
* [
raid10_format
<near|far|offset>] Layout algorithm. (Default: near)
1127
int value,
raid10_format
= ALGORITHM_RAID10_DEFAULT;
in parse_raid_params()
local
1226
/* "
raid10_format
{near|offset|far} */
in parse_raid_params()
1229
rs->ti->error = "Only one '
raid10_format
' argument pair allowed";
in parse_raid_params()
1233
rs->ti->error = "'
raid10_format
' is an invalid parameter for this RAID type";
in parse_raid_params()
1236
raid10_format
= raid10_name_to_format(arg);
in parse_raid_params()
1237
if (
raid10_format
< 0) {
in parse_raid_params()
1238
rs->ti->error = "Invalid '
raid10_format
' value given";
in parse_raid_params()
1239
return
raid10_format
;
in parse_raid_params()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-raid.c
337
{ CTR_FLAG_RAID10_FORMAT, "
raid10_format
"},
1122
* [
raid10_format
<near|far|offset>] Layout algorithm. (Default: near)
1127
int value,
raid10_format
= ALGORITHM_RAID10_DEFAULT;
in parse_raid_params()
local
1226
/* "
raid10_format
{near|offset|far} */
in parse_raid_params()
1229
rs->ti->error = "Only one '
raid10_format
' argument pair allowed";
in parse_raid_params()
1233
rs->ti->error = "'
raid10_format
' is an invalid parameter for this RAID type";
in parse_raid_params()
1236
raid10_format
= raid10_name_to_format(arg);
in parse_raid_params()
1237
if (
raid10_format
< 0) {
in parse_raid_params()
1238
rs->ti->error = "Invalid '
raid10_format
' value given";
in parse_raid_params()
1239
return
raid10_format
;
in parse_raid_params()
[all...]
Completed in 6 milliseconds