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 | 759 spa_event_notify(spa, NULL, NULL, ESC_ZFS_ERRORSCRUB_START); in dsl_errorscrub_setup_sync() 919 spa_event_notify(spa, NULL, aux, in dsl_scan_setup_sync() 923 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync() 1029 spa_event_notify(spa, NULL, NULL, in dsl_scan() 1046 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_RESUME); in dsl_scan() 1068 spa_event_notify(spa, NULL, NULL, ESC_ZFS_ERRORSCRUB_FINISH); in dsl_errorscrub_done() 1183 spa_event_notify(spa, NULL, aux, in dsl_scan_done() 1187 spa_event_notify(spa, NULL, NULL, in dsl_scan_done() 1283 spa_event_notify(spa, NULL, NULL, ESC_ZFS_ERRORSCRUB_PAUSED); in dsl_errorscrub_pause_resume_sync() 1328 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_config.c | 261 spa_event_notify(target, NULL, NULL, ESC_ZFS_CONFIG_SYNC); in spa_write_cachefile()
|
| H A D | spa.c | 1163 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid() 2818 spa_event_notify(vd->vdev_spa, vd, NULL, ESC_ZFS_VDEV_CHECK); in spa_check_removed() 7296 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_CREATE); 7445 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT); 7572 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT); 7864 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_DESTROY); 7866 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_EXPORT); 8150 spa_event_notify(spa, NULL, NULL, ESC_ZFS_VDEV_ADD); 8560 spa_event_notify(spa, newvd, NULL, ESC_ZFS_VDEV_SPARE); 8594 spa_event_notify(spa, newvd, NULL, ESC_ZFS_BOOTFS_VDEV_ATTACH); [all …]
|
| H A D | spa_history.c | 245 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 | 4559 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_ONLINE); in vdev_online() 4762 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1263 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,
|