Searched refs:zprl_type (Results 1 – 1 of 1) sorted by relevance
442 const char *zprl_type; member457 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_mirror()458 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_mirror()459 strcmp(b->zprl_type, "mirror") == 0) { in is_raidz_mirror()473 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_draid()474 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_draid()475 (strcmp(b->zprl_type, "raidz") == 0 || in is_raidz_draid()476 strcmp(b->zprl_type, "draid") == 0)) { in is_raidz_draid()536 rep.zprl_type = type; in get_replication()551 rep.zprl_type = type; in get_replication()[all …]