Searched refs:zprl_type (Results 1 – 1 of 1) sorted by relevance
407 const char *zprl_type; member422 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_mirror()423 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_mirror()424 strcmp(b->zprl_type, "mirror") == 0) { in is_raidz_mirror()438 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_draid()439 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_draid()440 (strcmp(b->zprl_type, "raidz") == 0 || in is_raidz_draid()441 strcmp(b->zprl_type, "draid") == 0)) { in is_raidz_draid()501 rep.zprl_type = type; in get_replication()516 rep.zprl_type = type; in get_replication()[all …]