Lines Matching defs:spa
253 zfs_ereport_clear(spa_t *spa, vdev_t *vd) in zfs_ereport_clear()
295 zfs_ereport_is_duplicate(const char *subclass, spa_t *spa, vdev_t *vd, in zfs_ereport_is_duplicate()
429 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start()
987 zfs_ereport_clear(spa_t *spa, vdev_t *vd) in zfs_ereport_clear()
998 zfs_ereport_is_valid(const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio) in zfs_ereport_is_valid()
1082 zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, in zfs_ereport_post()
1125 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum()
1229 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum()
1275 zfs_event_create(spa_t *spa, vdev_t *vd, const char *type, const char *name, in zfs_event_create()
1335 zfs_post_common(spa_t *spa, vdev_t *vd, const char *type, const char *name, in zfs_post_common()
1356 zfs_post_remove(spa_t *spa, vdev_t *vd) in zfs_post_remove()
1367 zfs_post_autoreplace(spa_t *spa, vdev_t *vd) in zfs_post_autoreplace()
1379 zfs_post_state_change(spa_t *spa, vdev_t *vd, uint64_t laststate) in zfs_post_state_change()
1457 zfs_ereport_snapshot_post(const char *subclass, spa_t *spa, const char *name) in zfs_ereport_snapshot_post()
1490 spa_t *spa = spa_lookup(name); in zfs_ereport_zvol_post() local