Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h1048 } zgd_t; typedef
1050 typedef void dmu_sync_cb_t(zgd_t *arg, int error);
1051 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c1818 zgd_t *dsa_zgd;
1857 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_done()
1916 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_late_arrival_done()
1943 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival()
2028 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync()
H A Dzvol.c973 zvol_get_done(zgd_t *zgd, int error) in zvol_get_done()
980 kmem_free(zgd, sizeof (zgd_t)); in zvol_get_done()
993 zgd_t *zgd; in zvol_get_data()
1000 zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zvol_get_data()
H A Dzfs_vnops.c1190 zfs_get_done(zgd_t *zgd, int error) in zfs_get_done()
1206 kmem_free(zgd, sizeof (zgd_t)); in zfs_get_done()
1226 zgd_t *zgd; in zfs_get_data()
1248 zgd = (zgd_t *)kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zfs_get_data()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2065 ztest_get_done(zgd_t *zgd, int error) in ztest_get_done()
2092 zgd_t *zgd; in ztest_get_data()