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:rs_is_raid10
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-raid.c
411
static bool
rs_is_raid10
(struct raid_set *rs)
in rs_is_raid10()
function
433
(
rs_is_raid10
(rs) && !__is_raid10_far(rs->md.new_layout));
in rs_is_reshapable()
1702
if (
rs_is_raid10
(rs))
in do_table_event()
1905
if (
rs_is_raid10
(rs))
in rs_reshape_requested()
2024
else if (!(rs_is_raid1(rs) ||
rs_is_raid10
(rs) || rs_is_raid456(rs)))
in rs_check_reshape()
2294
if (
rs_is_raid10
(rs)) {
in super_init_validation()
2400
if (
rs_is_raid10
(rs) && __is_raid10_near(mddev->layout)) {
in super_init_validation()
2410
} else if (!(
rs_is_raid10
(rs) && rt_is_raid0(rs->raid_type)) &&
in super_init_validation()
2758
if (
rs_is_raid10
(rs)) {
in rs_prepare_reshape()
3758
if (rs_is_raid0(rs) ||
rs_is_raid10
(r
in raid_io_hints()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-raid.c
412
static bool
rs_is_raid10
(struct raid_set *rs)
in rs_is_raid10()
function
434
(
rs_is_raid10
(rs) && !__is_raid10_far(rs->md.new_layout));
in rs_is_reshapable()
1702
if (
rs_is_raid10
(rs))
in do_table_event()
1906
if (
rs_is_raid10
(rs))
in rs_reshape_requested()
2025
else if (!(rs_is_raid1(rs) ||
rs_is_raid10
(rs) || rs_is_raid456(rs)))
in rs_check_reshape()
2294
if (
rs_is_raid10
(rs)) {
in super_init_validation()
2397
if (
rs_is_raid10
(rs) && __is_raid10_near(mddev->layout)) {
in super_init_validation()
2407
} else if (!(
rs_is_raid10
(rs) && rt_is_raid0(rs->raid_type)) &&
in super_init_validation()
2755
if (
rs_is_raid10
(rs)) {
in rs_prepare_reshape()
Completed in 10 milliseconds