Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c506 zio_handle_device_injection(vdev_t *vd, zio_t *zio, int error) in zio_handle_device_injection() function
1159 EXPORT_SYMBOL(zio_handle_device_injection);
H A Dvdev.c2176 error = zio_handle_device_injection(vd, NULL, SET_ERROR(ENXIO)); in vdev_open()
3694 required = !!zio_handle_device_injection(vd, NULL, in vdev_dtl_required()
H A Dzio.c4707 if (zio_handle_device_injection(vd, zio, ENOSYS) != 0) { in zio_vdev_io_start()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h712 extern int zio_handle_device_injection(vdev_t *vd, zio_t *zio, int error);