Searched refs:spa_event_notify (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_scan.c | 752 spa_event_notify(spa, NULL, NULL, ESC_ZFS_ERRORSCRUB_START); in dsl_errorscrub_setup_sync() 912 spa_event_notify(spa, NULL, aux, in dsl_scan_setup_sync() 916 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync() 1022 spa_event_notify(spa, NULL, NULL, in dsl_scan() 1039 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_RESUME); in dsl_scan() 1061 spa_event_notify(spa, NULL, NULL, ESC_ZFS_ERRORSCRUB_FINISH); in dsl_errorscrub_done() 1180 spa_event_notify(spa, NULL, aux, in dsl_scan_done() 1184 spa_event_notify(spa, NULL, NULL, in dsl_scan_done() 1273 spa_event_notify(spa, NULL, NULL, ESC_ZFS_ERRORSCRUB_PAUSED); in dsl_errorscrub_pause_resume_sync() 1318 spa_event_notify(scn->scn_dp->dp_spa, NULL, NULL, in dsl_errorscrub_cancel_sync() [all …]
|
H A D | vdev_trim.c | 351 spa_event_notify(spa, vd, NULL, in vdev_trim_change_state() 357 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_SUSPEND); in vdev_trim_change_state() 364 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_CANCEL); in vdev_trim_change_state() 370 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_FINISH); in vdev_trim_change_state()
|
H A D | spa.c | 1076 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid() 2542 spa_event_notify(vd->vdev_spa, vd, NULL, ESC_ZFS_VDEV_CHECK); in spa_check_removed() 6606 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_CREATE); 6753 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT); 6880 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT); 7166 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_DESTROY); 7168 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_EXPORT); 7427 spa_event_notify(spa, NULL, NULL, ESC_ZFS_VDEV_ADD); 7755 spa_event_notify(spa, newvd, NULL, ESC_ZFS_VDEV_SPARE); 7789 spa_event_notify(spa, newvd, NULL, ESC_ZFS_BOOTFS_VDEV_ATTACH); [all …]
|
H A D | spa_config.c | 350 spa_event_notify(target, NULL, NULL, ESC_ZFS_CONFIG_SYNC); in spa_write_cachefile()
|
H A D | spa_history.c | 244 spa_event_notify(spa, NULL, hist_nvl, ESC_ZFS_HISTORY_EVENT); in spa_history_log_notify()
|
H A D | vdev_rebuild.c | 272 spa_event_notify(spa, vd, aux, name); in vdev_rebuild_log_notify()
|
H A D | vdev.c | 4369 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_ONLINE); in vdev_online() 4570 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | spa.h | 1224 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,
|