Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_config.c307 spa_event_notify(target, NULL, ESC_ZFS_CONFIG_SYNC); in spa_config_sync()
H A Ddsl_scan.c209 spa_event_notify(spa, NULL, ESC_ZFS_RESILVER_START); in dsl_scan_setup_sync()
211 spa_event_notify(spa, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync()
311 spa_event_notify(spa, NULL, scn->scn_phys.scn_min_txg ? in dsl_scan_done()
H A Dspa.c787 spa_event_notify(spa, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid()
1612 spa_event_notify(vd->vdev_spa, vd, ESC_ZFS_VDEV_CHECK); in spa_check_removed()
4281 spa_event_notify(spa, NULL, ESC_ZFS_POOL_DESTROY); in spa_export_common()
4611 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_SPARE); in spa_vdev_attach()
4645 spa_event_notify(spa, newvd, ESC_ZFS_BOOTFS_VDEV_ATTACH); in spa_vdev_attach()
4845 spa_event_notify(spa, vd, ESC_ZFS_VDEV_REMOVE); in spa_vdev_detach()
6631 spa_event_notify(spa_t *spa, vdev_t *vd, const char *name) in spa_event_notify() function
H A Dvdev.c2571 spa_event_notify(spa, vd, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h868 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, const char *name);