OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zs_mirrors
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/cmd/ztest/
ztest.c
206
(MAX(zs->
zs_mirrors
, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
412
uint64_t
zs_mirrors
;
member in struct:ztest_shared
2506
leaves = MAX(zs->
zs_mirrors
+ zs->zs_splits, 1) * ztest_opts.zo_raidz;
2546
zs->
zs_mirrors
, 1);
2660
if (zs->
zs_mirrors
< 3 || ztest_opts.zo_raidz > 1) {
2733
--zs->
zs_mirrors
;
2765
leaves = MAX(zs->
zs_mirrors
, 1) * ztest_opts.zo_raidz;
2788
if (zs->
zs_mirrors
>= 1) {
2790
ASSERT(oldvd->vdev_children >= zs->
zs_mirrors
);
4805
leaves = MAX(zs->
zs_mirrors
, 1) * ztest_opts.zo_raidz
[
all
...]
Completed in 39 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026