Searched refs:zfs_ereport_post (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | README.md | 40 is comprised of _error detectors_ (e.g. `zfs_ereport_post()`), a _disk
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_config.c | 322 (void) zfs_ereport_post( in spa_write_cachefile()
|
H A D | zio.c | 696 (void) zfs_ereport_post(FM_EREPORT_ZFS_AUTHENTICATION, in zio_decrypt() 2333 (void) zfs_ereport_post(FM_EREPORT_ZFS_DEADMAN, in zio_deadman_impl() 2691 (void) zfs_ereport_post(FM_EREPORT_ZFS_IO_FAILURE, spa, NULL, in zio_suspend() 5065 (void) zfs_ereport_post(FM_EREPORT_ZFS_DIO_VERIFY_WR, in zio_dio_chksum_verify_error_report() 5071 (void) zfs_ereport_post(FM_EREPORT_ZFS_DIO_VERIFY_RD, in zio_dio_chksum_verify_error_report() 5349 (void) zfs_ereport_post(FM_EREPORT_ZFS_DELAY, in zio_done() 5366 int ret = zfs_ereport_post(FM_EREPORT_ZFS_IO, in zio_done() 5388 (void) zfs_ereport_post(FM_EREPORT_ZFS_DATA, in zio_done()
|
H A D | zfs_fm.c | 1162 zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, in zfs_ereport_post() function 1587 EXPORT_SYMBOL(zfs_ereport_post);
|
H A D | vdev.c | 1736 (void) zfs_ereport_post(FM_EREPORT_ZFS_PROBE_FAILURE, in vdev_probe_done() 2239 (void) zfs_ereport_post( in vdev_open() 5474 (void) zfs_ereport_post(class, spa, vd, NULL, NULL, in vdev_set_state()
|
H A D | arc.c | 2206 (void) zfs_ereport_post(FM_EREPORT_ZFS_AUTHENTICATION, in arc_untransform() 5514 (void) zfs_ereport_post( in arc_read_done() 5850 (void) zfs_ereport_post( in arc_read()
|
H A D | spa.c | 3455 (void) zfs_ereport_post(ereport, spa, in spa_load()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | spa.h | 1174 extern int zfs_ereport_post(const char *clazz, spa_t *spa, vdev_t *vd,
|