Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c444 uint64_t zprl_parity; member
538 rep.zprl_parity = 0; in get_replication()
558 &rep.zprl_parity) == 0); in get_replication()
559 assert(rep.zprl_parity != 0); in get_replication()
561 rep.zprl_parity = 0; in get_replication()
700 if (raidz->zprl_parity != in get_replication()
716 raidz->zprl_parity, in get_replication()
729 if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
743 lastrep.zprl_parity, in get_replication()
745 rep.zprl_parity); in get_replication()
[all …]