Home
last modified time | relevance | path

Searched refs:math_impl_opts (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz_math.c569 } math_impl_opts[] = { variable
606 for (i = 0; i < ARRAY_SIZE(math_impl_opts); i++) { in vdev_raidz_impl_set()
607 if (strcmp(req_name, math_impl_opts[i].name) == 0) { in vdev_raidz_impl_set()
608 impl = math_impl_opts[i].sel; in vdev_raidz_impl_set()
654 for (i = 0; i < ARRAY_SIZE(math_impl_opts) - 2; i++) { in zfs_vdev_raidz_impl_get()
655 fmt = (impl == math_impl_opts[i].sel) ? "[%s] " : "%s "; in zfs_vdev_raidz_impl_get()
657 math_impl_opts[i].name); in zfs_vdev_raidz_impl_get()