Searched refs:math_impl_opts (Results 1 – 1 of 1) sorted by relevance
467 } math_impl_opts[] = { variable504 for (i = 0; i < ARRAY_SIZE(math_impl_opts); i++) { in vdev_raidz_impl_set()505 if (strcmp(req_name, math_impl_opts[i].name) == 0) { in vdev_raidz_impl_set()506 impl = math_impl_opts[i].sel; in vdev_raidz_impl_set()552 for (i = 0; i < ARRAY_SIZE(math_impl_opts) - 2; i++) { in zfs_vdev_raidz_impl_get()553 fmt = (impl == math_impl_opts[i].sel) ? "[%s] " : "%s "; in zfs_vdev_raidz_impl_get()554 cnt += sprintf(buffer + cnt, fmt, math_impl_opts[i].name); in zfs_vdev_raidz_impl_get()