Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zpool/
H A Dzpool_vdev.c552 replication_level_t lastrep, rep, *ret; in get_replication() local
560 lastrep.zprl_type = NULL; in get_replication()
735 if (lastrep.zprl_type != NULL) { in get_replication()
736 if (strcmp(lastrep.zprl_type, rep.zprl_type) != 0) { in get_replication()
745 lastrep.zprl_type, rep.zprl_type); in get_replication()
748 } else if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
757 lastrep.zprl_parity, in get_replication()
762 } else if (lastrep.zprl_children != rep.zprl_children) { in get_replication()
771 lastrep.zprl_children, in get_replication()
778 lastrep = rep; in get_replication()