Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c734 static void zfs_get_done(zgd_t *zgd, int error);
749 zgd_t *zgd; in zfs_get_data()
770 zgd = (zgd_t *)kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zfs_get_data()
869 zfs_get_done(zgd_t *zgd, int error) in zfs_get_done()
884 kmem_free(zgd, sizeof (zgd_t)); in zfs_get_done()
H A Dzvol.c649 zvol_get_done(zgd_t *zgd, int error) in zvol_get_done()
656 kmem_free(zgd, sizeof (zgd_t)); in zvol_get_done()
669 zgd_t *zgd; in zvol_get_data()
676 zgd = (zgd_t *)kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zvol_get_data()
H A Ddmu.c1488 zgd_t *dsa_zgd;
1527 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_done()
1585 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_late_arrival_done()
1613 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival()
1698 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h1043 } zgd_t; typedef
1045 typedef void dmu_sync_cb_t(zgd_t *arg, int error);
1046 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c2260 ztest_get_done(zgd_t *zgd, int error) in ztest_get_done()
2287 zgd_t *zgd; in ztest_get_data()