Lines Matching refs:rep
552 replication_level_t lastrep, rep, *ret; in get_replication() local
581 rep.zprl_type = type; in get_replication()
582 rep.zprl_children = 1; in get_replication()
583 rep.zprl_parity = 0; in get_replication()
596 rep.zprl_type = type; in get_replication()
597 rep.zprl_children = 0; in get_replication()
602 &rep.zprl_parity) == 0); in get_replication()
603 assert(rep.zprl_parity != 0); in get_replication()
605 rep.zprl_parity = 0; in get_replication()
624 rep.zprl_children++; in get_replication()
667 rep.zprl_type); in get_replication()
719 rep.zprl_type); 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()
758 rep.zprl_parity, in get_replication()
759 rep.zprl_type); in get_replication()
762 } else if (lastrep.zprl_children != rep.zprl_children) { in get_replication()
772 rep.zprl_children, in get_replication()
773 rep.zprl_type); in get_replication()
778 lastrep = rep; in get_replication()
782 *ret = rep; in get_replication()