Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c497 replication_level_t lastrep = {0}; in get_replication() local
693 if (lastrep.zprl_type != NULL) { in get_replication()
724 } else if (is_raidz_draid(&lastrep, &rep)) { in get_replication()
729 if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
740 lastrep.zprl_type, in get_replication()
743 lastrep.zprl_parity, in get_replication()
759 lastrep.zprl_type, rep.zprl_type); in get_replication()
762 } else if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
772 lastrep.zprl_parity, in get_replication()
787 lastrep.zprl_children, in get_replication()
[all …]