HomeSort by: relevance | last modified time | path
    Searched refs:spa_event_notify (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c 327 spa_event_notify(target, NULL, ESC_ZFS_CONFIG_SYNC);
dsl_scan.c 243 spa_event_notify(spa, NULL, ESC_ZFS_RESILVER_START);
245 spa_event_notify(spa, NULL, ESC_ZFS_SCRUB_START);
352 spa_event_notify(spa, NULL, scn->scn_phys.scn_min_txg ?
spa.c 803 spa_event_notify(spa, NULL, ESC_ZFS_POOL_REGUID);
1677 spa_event_notify(vd->vdev_spa, vd, ESC_ZFS_VDEV_CHECK);
3912 spa_event_notify(spa, NULL, ESC_ZFS_POOL_CREATE);
4376 spa_event_notify(spa, NULL, ESC_ZFS_POOL_IMPORT);
4509 spa_event_notify(spa, NULL, ESC_ZFS_POOL_IMPORT);
4703 spa_event_notify(spa, NULL, ESC_ZFS_POOL_DESTROY);
4858 spa_event_notify(spa, NULL, ESC_ZFS_VDEV_ADD);
5034 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_SPARE);
5054 spa_event_notify(spa, newvd, ESC_ZFS_BOOTFS_VDEV_ATTACH);
5056 spa_event_notify(spa, newvd, ESC_ZFS_VDEV_ATTACH)
7388 spa_event_notify(spa_t *spa, vdev_t *vd, const char *name) function
    [all...]
vdev.c 2641 spa_event_notify(spa, vd, ESC_ZFS_VDEV_ONLINE);
2812 spa_event_notify(spa, vd, ESC_ZFS_VDEV_CLEAR);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 899 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, const char *name);

Completed in 24 milliseconds