Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c803 spa_event_notify(spa, NULL, ESC_ZFS_POOL_REGUID); in spa_change_guid()
1677 spa_event_notify(vd->vdev_spa, vd, ESC_ZFS_VDEV_CHECK); in spa_check_removed()
3912 spa_event_notify(spa, NULL, ESC_ZFS_POOL_CREATE); in spa_create()
4376 spa_event_notify(spa, NULL, ESC_ZFS_POOL_IMPORT); in spa_import()
4509 spa_event_notify(spa, NULL, ESC_ZFS_POOL_IMPORT); in spa_import()
4703 spa_event_notify(spa, NULL, ESC_ZFS_POOL_DESTROY); in spa_export_common()
4858 spa_event_notify(spa, NULL, ESC_ZFS_VDEV_ADD); in spa_vdev_add()
5034 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_SPARE); in spa_vdev_attach()
5054 spa_event_notify(spa, newvd, ESC_ZFS_BOOTFS_VDEV_ATTACH); in spa_vdev_attach()
5056 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_ATTACH); in spa_vdev_attach()
[all …]
H A Dspa_config.c327 spa_event_notify(target, NULL, ESC_ZFS_CONFIG_SYNC); in spa_config_sync()
H A Ddsl_scan.c243 spa_event_notify(spa, NULL, ESC_ZFS_RESILVER_START); in dsl_scan_setup_sync()
245 spa_event_notify(spa, NULL, ESC_ZFS_SCRUB_START); in dsl_scan_setup_sync()
352 spa_event_notify(spa, NULL, scn->scn_phys.scn_min_txg ? in dsl_scan_done()
H A Dvdev.c2641 spa_event_notify(spa, vd, ESC_ZFS_VDEV_ONLINE); in vdev_online()
2812 spa_event_notify(spa, vd, ESC_ZFS_VDEV_CLEAR); in vdev_clear()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h899 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, const char *name);