Home
last modified time | relevance | path

Searched refs:spa_event_notify (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_trim.c326 spa_event_notify(spa, vd, NULL, in vdev_trim_change_state()
332 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_SUSPEND); in vdev_trim_change_state()
337 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_CANCEL); in vdev_trim_change_state()
342 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_FINISH); in vdev_trim_change_state()
H A Dspa_config.c311 spa_event_notify(target, NULL, NULL, ESC_ZFS_CONFIG_SYNC); in spa_write_cachefile()
H A Dspa.c898 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid()
1916 spa_event_notify(vd->vdev_spa, vd, NULL, ESC_ZFS_VDEV_CHECK); in spa_check_removed()
5355 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_CREATE);
5683 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT);
5816 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT);
6037 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_DESTROY);
6214 spa_event_notify(spa, NULL, NULL, ESC_ZFS_VDEV_ADD);
6400 spa_event_notify(spa, newvd, NULL, ESC_ZFS_VDEV_SPARE);
6425 spa_event_notify(spa, newvd, NULL, ESC_ZFS_BOOTFS_VDEV_ATTACH);
6427 spa_event_notify(spa, newvd, NULL, ESC_ZFS_VDEV_ATTACH);
[all …]
H A Ddsl_scan.c755 spa_event_notify(spa, NULL, NULL, in dsl_scan_setup_sync()
758 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync()
830 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_RESUME); in dsl_scan()
924 spa_event_notify(spa, NULL, NULL, in dsl_scan_done()
988 spa_event_notify(scn->scn_dp->dp_spa, NULL, NULL, ESC_ZFS_SCRUB_ABORT); in dsl_scan_cancel_sync()
1034 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_PAUSED); in dsl_scrub_pause_resume_sync()
H A Dspa_history.c255 spa_event_notify(spa, NULL, hist_nvl, ESC_ZFS_HISTORY_EVENT); in spa_history_log_notify()
H A Dvdev.c3417 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_ONLINE); in vdev_online()
3599 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h1065 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,