Searched refs:vdev_missing_ops (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_missing.c83 vdev_ops_t vdev_missing_ops = { variable
H A Dvdev.c167 if (vd->vdev_ishole || vd->vdev_ops == &vdev_missing_ops) {
227 &vdev_missing_ops,
1978 if (vd->vdev_ishole || vd->vdev_ops == &vdev_missing_ops)
2399 if ((svd->vdev_ops == &vdev_missing_ops) ||
3203 vd->vdev_ops != &vdev_missing_ops &&
4194 vd->vdev_ops == &vdev_missing_ops);
5128 ops == &vdev_missing_ops || ops == &vdev_root_ops) {
H A Dzio.c1047 if (vd->vdev_ops == &vdev_missing_ops) {
1088 if (vd->vdev_ops == &vdev_missing_ops) {
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h606 extern vdev_ops_t vdev_missing_ops;

Completed in 191 milliseconds