zgd_t
ztest_get_done(zgd_t *zgd, int error)
zgd_t *zgd;
zgd_t *dsa_zgd;
zgd_t *zgd = dsa->dsa_zgd;
zgd_t *zgd = dsa->dsa_zgd;
dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd,
dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd)
typedef void dmu_sync_cb_t(zgd_t *arg, int error);
int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
zfs_get_done(zgd_t *zgd, int error)
kmem_free(zgd, sizeof (zgd_t));
zgd_t *zgd;
zgd = (zgd_t *)kmem_zalloc(sizeof (zgd_t), KM_SLEEP);
zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP);
zvol_get_done(zgd_t *zgd, int error)
kmem_free(zgd, sizeof (zgd_t));
zgd_t *zgd;