Searched refs:lastrep (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 497 replication_level_t lastrep = {0}; in get_replication() local 693 if (lastrep.zprl_type != NULL) { in get_replication() 694 if (is_raidz_mirror(&lastrep, &rep, &raidz, &mirror) || in get_replication() 695 is_raidz_mirror(&rep, &lastrep, &raidz, &mirror)) { 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() 749 } else if (strcmp(lastrep.zprl_type, rep.zprl_type) != in get_replication() 759 lastrep.zprl_type, rep.zprl_type); in get_replication() [all …]
|