Searched refs:zfs_ereport_post (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_config.c | 233 (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() 2314 (void) zfs_ereport_post(FM_EREPORT_ZFS_DEADMAN, in zio_deadman_impl() 2676 (void) zfs_ereport_post(FM_EREPORT_ZFS_IO_FAILURE, spa, NULL, in zio_suspend() 5254 (void) zfs_ereport_post(FM_EREPORT_ZFS_DIO_VERIFY_WR, in zio_dio_chksum_verify_error_report() 5260 (void) zfs_ereport_post(FM_EREPORT_ZFS_DIO_VERIFY_RD, in zio_dio_chksum_verify_error_report() 5541 (void) zfs_ereport_post(FM_EREPORT_ZFS_DELAY, in zio_done() 5558 int ret = zfs_ereport_post(FM_EREPORT_ZFS_IO, in zio_done() 5580 (void) zfs_ereport_post(FM_EREPORT_ZFS_DATA, in zio_done()
|
H A D | zfs_fm.c | 1164 zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, in zfs_ereport_post() function 1603 EXPORT_SYMBOL(zfs_ereport_post);
|
H A D | vdev.c | 1810 (void) zfs_ereport_post(FM_EREPORT_ZFS_PROBE_FAILURE, in vdev_probe_done() 2323 (void) zfs_ereport_post( in vdev_open() 5566 (void) zfs_ereport_post(class, spa, vd, NULL, NULL, in vdev_set_state()
|
H A D | arc.c | 2222 (void) zfs_ereport_post(FM_EREPORT_ZFS_AUTHENTICATION, in arc_untransform() 5694 (void) zfs_ereport_post( in arc_read_done() 6030 (void) zfs_ereport_post( in arc_read()
|
H A D | spa.c | 3604 (void) zfs_ereport_post(ereport, spa, in spa_load()
|
/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/include/sys/ |
H A D | spa.h | 1207 extern int zfs_ereport_post(const char *clazz, spa_t *spa, vdev_t *vd,
|