Searched refs:zio_handle_device_injection (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zio_inject.c | 506 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 D | vdev.c | 2176 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 D | zio.c | 4707 if (zio_handle_device_injection(vd, zio, ENOSYS) != 0) { in zio_vdev_io_start()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zio.h | 712 extern int zio_handle_device_injection(vdev_t *vd, zio_t *zio, int error);
|