Searched refs:spa_event_notify (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 788 spa_event_notify(spa, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid() 1613 spa_event_notify(vd->vdev_spa, vd, ESC_ZFS_VDEV_CHECK); in spa_check_removed() 3718 spa_event_notify(spa, NULL, ESC_ZFS_POOL_CREATE); in spa_create() 3984 spa_event_notify(spa, NULL, ESC_ZFS_POOL_IMPORT); in spa_import() 4117 spa_event_notify(spa, NULL, ESC_ZFS_POOL_IMPORT); in spa_import() 4306 spa_event_notify(spa, NULL, ESC_ZFS_POOL_DESTROY); in spa_export_common() 4461 spa_event_notify(spa, NULL, ESC_ZFS_VDEV_ADD); in spa_vdev_add() 4637 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_SPARE); in spa_vdev_attach() 4657 spa_event_notify(spa, newvd, ESC_ZFS_BOOTFS_VDEV_ATTACH); in spa_vdev_attach() 4659 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_ATTACH); in spa_vdev_attach() [all …]
|
H A D | spa_config.c | 307 spa_event_notify(target, NULL, ESC_ZFS_CONFIG_SYNC); in spa_config_sync()
|
H A D | dsl_scan.c | 215 spa_event_notify(spa, NULL, ESC_ZFS_RESILVER_START); in dsl_scan_setup_sync() 217 spa_event_notify(spa, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync() 317 spa_event_notify(spa, NULL, scn->scn_phys.scn_min_txg ? in dsl_scan_done()
|
H A D | vdev.c | 2418 spa_event_notify(spa, vd, ESC_ZFS_VDEV_ONLINE); in vdev_online() 2581 spa_event_notify(spa, vd, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 878 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, const char *name);
|