Home
last modified time | relevance | path

Searched refs:zprl_parity (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_vdev.c578 uint64_t zprl_parity; member
643 rep.zprl_parity = 0; in get_replication()
662 &rep.zprl_parity) == 0); in get_replication()
663 assert(rep.zprl_parity != 0); in get_replication()
665 rep.zprl_parity = 0; in get_replication()
821 if (raidz->zprl_parity != in get_replication()
836 raidz->zprl_parity, in get_replication()
855 } else if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
864 lastrep.zprl_parity, in get_replication()
865 rep.zprl_parity, in get_replication()
[all …]