Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c121 find_vdev_problem(nvlist_t *vdev, int (*func)(uint64_t, uint64_t, uint64_t)) in find_vdev_problem() function
141 if (find_vdev_problem(child[c], func)) in find_vdev_problem()
160 if (find_vdev_problem(child[c], func)) in find_vdev_problem()
273 find_vdev_problem(nvroot, vdev_faulted)) in check_status()
277 find_vdev_problem(nvroot, vdev_missing)) in check_status()
281 find_vdev_problem(nvroot, vdev_broken)) in check_status()
303 if (find_vdev_problem(nvroot, vdev_faulted)) in check_status()
305 if (find_vdev_problem(nvroot, vdev_missing)) in check_status()
307 if (find_vdev_problem(nvroot, vdev_broken)) in check_status()
313 if (!isimport && find_vdev_problem(nvroot, vdev_errors)) in check_status()
[all …]