Searched refs:zprl_type (Results 1 – 1 of 1) sorted by relevance
417 const char *zprl_type; member432 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_mirror()433 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_mirror()434 strcmp(b->zprl_type, "mirror") == 0) { in is_raidz_mirror()448 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_draid()449 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_draid()450 (strcmp(b->zprl_type, "raidz") == 0 || in is_raidz_draid()451 strcmp(b->zprl_type, "draid") == 0)) { in is_raidz_draid()511 rep.zprl_type = type; in get_replication()526 rep.zprl_type = type; in get_replication()[all …]