Searched refs:find_vdev_problem (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 180 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem() 196 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem() 380 find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status() 384 find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status() 388 find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status() 410 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status() 412 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status() 414 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status() 426 if (find_vdev_problem(nvroot, vdev_offlined, B_TRUE)) in check_status() 432 if (find_vdev_problem(nvroot, vdev_removed, B_TRUE)) in check_status() [all …]
|