Searched refs:spa_event_notify (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_trim.c | 326 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() 339 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_CANCEL); in vdev_trim_change_state() 345 spa_event_notify(spa, vd, NULL, ESC_ZFS_TRIM_FINISH); in vdev_trim_change_state()
|
| H A D | spa_config.c | 345 spa_event_notify(target, NULL, NULL, ESC_ZFS_CONFIG_SYNC); in spa_write_cachefile()
|
| H A D | spa.c | 896 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid() 5834 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_CREATE); 5977 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT); 6104 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_IMPORT); 6347 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_DESTROY); 6349 spa_event_notify(spa, NULL, NULL, ESC_ZFS_POOL_EXPORT); 6574 spa_event_notify(spa, NULL, NULL, ESC_ZFS_VDEV_ADD); 6805 spa_event_notify(spa, newvd, NULL, ESC_ZFS_VDEV_SPARE); 6841 spa_event_notify(spa, newvd, NULL, ESC_ZFS_VDEV_ATTACH); 7081 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_REMOVE); [all …]
|
| H A D | dsl_scan.c | 754 spa_event_notify(spa, NULL, aux, in dsl_scan_setup_sync() 758 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync() 846 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_RESUME); in dsl_scan() 948 spa_event_notify(spa, NULL, aux, in dsl_scan_done() 952 spa_event_notify(spa, NULL, NULL, in dsl_scan_done() 1019 spa_event_notify(scn->scn_dp->dp_spa, NULL, NULL, ESC_ZFS_SCRUB_ABORT); in dsl_scan_cancel_sync() 1065 spa_event_notify(spa, NULL, NULL, ESC_ZFS_SCRUB_PAUSED); in dsl_scrub_pause_resume_sync()
|
| H A D | spa_history.c | 243 spa_event_notify(spa, NULL, hist_nvl, ESC_ZFS_HISTORY_EVENT); in spa_history_log_notify()
|
| H A D | vdev_rebuild.c | 268 spa_event_notify(spa, vd, aux, name); in vdev_rebuild_log_notify()
|
| H A D | vdev.c | 3806 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_ONLINE); in vdev_online() 3995 spa_event_notify(spa, vd, NULL, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1184 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,
|