Searched refs:find_vdev_problem (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/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() 373 find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status() 377 find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status() 381 find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status() 404 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status() 406 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status() 408 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status() 420 if (find_vdev_problem(nvroot, vdev_offlined, B_TRUE)) in check_status() 426 if (find_vdev_problem(nvroot, vdev_removed, B_TRUE)) in check_status() [all …]
|