Searched refs:lastrep (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 472 replication_level_t lastrep = {0}; in get_replication() local 673 if (lastrep.zprl_type != NULL) { in get_replication() 674 if (is_raidz_mirror(&lastrep, &rep, &raidz, &mirror) || in get_replication() 675 is_raidz_mirror(&rep, &lastrep, &raidz, &mirror)) { in get_replication() 704 } else if (is_raidz_draid(&lastrep, &rep)) { in get_replication() 709 if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication() 720 lastrep.zprl_type, in get_replication() 723 lastrep.zprl_parity, in get_replication() 729 } else if (strcmp(lastrep.zprl_type, rep.zprl_type) != in get_replication() 739 lastrep.zprl_type, rep.zprl_type); in get_replication() [all …]
|