Searched refs:dmu_sync_cb_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu.h | 1094 typedef void dmu_sync_cb_t(zgd_t *arg, int error); typedef 1095 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu.c | 1980 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival() 2077 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync()
|