Lines Matching refs:lastrep
498 replication_level_t lastrep = {0}; in get_replication() local
694 if (lastrep.zprl_type != NULL) { in get_replication()
695 if (is_raidz_mirror(&lastrep, &rep, &raidz, &mirror) || in get_replication()
696 is_raidz_mirror(&rep, &lastrep, &raidz, &mirror)) { in get_replication()
725 } else if (is_raidz_draid(&lastrep, &rep)) { in get_replication()
730 if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
741 lastrep.zprl_type, in get_replication()
744 lastrep.zprl_parity, in get_replication()
750 } else if (strcmp(lastrep.zprl_type, rep.zprl_type) != in get_replication()
760 lastrep.zprl_type, rep.zprl_type); in get_replication()
763 } else if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
773 lastrep.zprl_parity, in get_replication()
778 } else if (lastrep.zprl_children != rep.zprl_children) { in get_replication()
788 lastrep.zprl_children, in get_replication()
796 lastrep = rep; in get_replication()