Home
last modified time | relevance | path

Searched refs:dmu_sync_cb_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h1076 typedef void dmu_sync_cb_t(zgd_t *arg, int error); typedef
1077 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 Ddmu.c1553 dmu_sync_cb_t *dsa_done;
1679 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival()
1776 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync()