Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c1090 static void zfs_get_done(zgd_t *zgd, int error);
1105 zgd_t *zgd; in zfs_get_data()
1136 zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zfs_get_data()
1260 zfs_get_done(zgd_t *zgd, int error) in zfs_get_done()
1276 kmem_free(zgd, sizeof (zgd_t)); in zfs_get_done()
H A Dzvol.c934 zvol_get_done(zgd_t *zgd, int error) in zvol_get_done()
942 kmem_free(zgd, sizeof (zgd_t)); in zvol_get_done()
956 zgd_t *zgd; in zvol_get_data()
962 zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zvol_get_data()
H A Ddmu.c1889 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_done()
1950 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_late_arrival_done()
1978 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival()
2075 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h1090 } zgd_t; typedef
1092 typedef void dmu_sync_cb_t(zgd_t *arg, int error);
1093 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c2471 ztest_get_done(zgd_t *zgd, int error) in ztest_get_done()
2500 zgd_t *zgd; in ztest_get_data()