Searched refs:zgd_t (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 1366 static void zfs_get_done(zgd_t *zgd, int error); 1381 zgd_t *zgd; in zfs_get_data() 1412 zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zfs_get_data() 1536 zfs_get_done(zgd_t *zgd, int error) in zfs_get_done() 1552 kmem_free(zgd, sizeof (zgd_t)); in zfs_get_done()
|
| H A D | zvol.c | 1024 zvol_get_done(zgd_t *zgd, int error) in zvol_get_done() 1032 kmem_free(zgd, sizeof (zgd_t)); in zvol_get_done() 1046 zgd_t *zgd; in zvol_get_data() 1052 zgd = kmem_zalloc(sizeof (zgd_t), KM_SLEEP); in zvol_get_data()
|
| H A D | dmu.c | 1982 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_done() 2044 zgd_t *zgd = dsa->dsa_zgd; in dmu_sync_late_arrival_done() 2072 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival() 2169 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 D | dmu.h | 1146 } zgd_t; typedef 1148 typedef void dmu_sync_cb_t(zgd_t *arg, int error); 1149 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 2473 ztest_get_done(zgd_t *zgd, int error) in ztest_get_done() 2502 zgd_t *zgd; in ztest_get_data()
|