Lines Matching refs:rep
554 replication_level_t rep; in get_replication() local
584 rep.zprl_type = type; in get_replication()
585 rep.zprl_children = 1; in get_replication()
586 rep.zprl_parity = 0; in get_replication()
599 rep.zprl_type = type; in get_replication()
600 rep.zprl_children = 0; in get_replication()
605 &rep.zprl_parity) == 0); in get_replication()
606 assert(rep.zprl_parity != 0); in get_replication()
608 rep.zprl_parity = 0; in get_replication()
627 rep.zprl_children++; in get_replication()
670 rep.zprl_type); in get_replication()
722 rep.zprl_type); in get_replication()
739 if (strcmp(lastrep.zprl_type, rep.zprl_type) != 0) { in get_replication()
748 lastrep.zprl_type, rep.zprl_type); in get_replication()
751 } else if (lastrep.zprl_parity != rep.zprl_parity) { in get_replication()
761 rep.zprl_parity, in get_replication()
762 rep.zprl_type); in get_replication()
765 } else if (lastrep.zprl_children != rep.zprl_children) { in get_replication()
775 rep.zprl_children, in get_replication()
776 rep.zprl_type); in get_replication()
781 lastrep = rep; in get_replication()
785 *ret = rep; in get_replication()